Home
last modified time | relevance | path

Searched refs:dig_rate (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/
H A Dbt87x.c145 int dig_rate; /* Digital input sampling rate */ member
153 .dig_rate = 32000, /* just a guess */
156 .dig_rate = 32000,
162 .dig_rate = 44100,
166 .dig_rate = 32000,
171 .dig_rate = 48000,
376 runtime->hw.rates = snd_pcm_rate_to_rate_bit(chip->board.dig_rate); in snd_bt87x_set_digital_hw()
377 runtime->hw.rate_min = chip->board.dig_rate; in snd_bt87x_set_digital_hw()
378 runtime->hw.rate_max = chip->board.dig_rate; in snd_bt87x_set_digital_hw()
846 chip->board.dig_rate = digital_rate[dev]; in __snd_bt87x_probe()
[all …]