Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dpcm_misc.c510 unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate) in snd_pcm_rate_to_rate_bit() function
519 EXPORT_SYMBOL(snd_pcm_rate_to_rate_bit);
/Linux-v4.19/sound/usb/
Dformat.c224 fp->rates |= snd_pcm_rate_to_rate_bit(rate); in parse_audio_format_rates_v1()
282 fp->rates |= snd_pcm_rate_to_rate_bit(rate); in parse_uac2_sample_rate_range()
/Linux-v4.19/sound/pci/
Drme32.c888 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_playback_spdif_open()
930 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_capture_spdif_open()
966 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_playback_adat_open()
990 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_capture_adat_open()
Drme96.c1217 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_playback_spdif_open()
1245 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_capture_spdif_open()
1286 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_playback_adat_open()
1312 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_capture_adat_open()
Dbt87x.c396 runtime->hw.rates = snd_pcm_rate_to_rate_bit(chip->board.dig_rate); in snd_bt87x_set_digital_hw()
/Linux-v4.19/sound/firewire/fireface/
Dff-pcm.c88 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/Linux-v4.19/sound/firewire/motu/
Dmotu-pcm.c91 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/Linux-v4.19/sound/firewire/bebob/
Dbebob_pcm.c91 hw->rates |= snd_pcm_rate_to_rate_bit(snd_bebob_rate_table[i]); in limit_channels_and_rates()
/Linux-v4.19/sound/firewire/oxfw/
Doxfw-pcm.c105 hw->rates |= snd_pcm_rate_to_rate_bit(formation.rate); in limit_channels_and_rates()
/Linux-v4.19/sound/firewire/dice/
Ddice-pcm.c112 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/Linux-v4.19/include/sound/
Dpcm.h1146 unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate);
/Linux-v4.19/sound/ppc/
Dpmac.c595 snd_pcm_rate_to_rate_bit(chip->freq_table[i]); in snd_pmac_pcm_open()
/Linux-v4.19/sound/usb/misc/
Dua101.c639 substream->runtime->hw.rates = snd_pcm_rate_to_rate_bit(ua->rate); in set_stream_hw()