Home
last modified time | relevance | path

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

/sound/core/
Dpcm_misc.c501 unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate) in snd_pcm_rate_to_rate_bit() function
510 EXPORT_SYMBOL(snd_pcm_rate_to_rate_bit);
/sound/usb/
Dformat.c213 fp->rates |= snd_pcm_rate_to_rate_bit(rate); in parse_audio_format_rates_v1()
322 fp->rates |= snd_pcm_rate_to_rate_bit(rate); in parse_uac2_sample_rate_range()
/sound/pci/
Drme32.c872 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_playback_spdif_open()
914 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_capture_spdif_open()
950 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_playback_adat_open()
974 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_capture_adat_open()
Drme96.c1203 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_playback_spdif_open()
1231 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_capture_spdif_open()
1272 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_playback_adat_open()
1298 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()
/sound/firewire/bebob/
Dbebob_pcm.c91 hw->rates |= snd_pcm_rate_to_rate_bit(snd_bebob_rate_table[i]); in limit_channels_and_rates()
/sound/firewire/dice/
Ddice-pcm.c96 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/sound/firewire/oxfw/
Doxfw-pcm.c105 hw->rates |= snd_pcm_rate_to_rate_bit(formation.rate); in limit_channels_and_rates()
/sound/ppc/
Dpmac.c596 snd_pcm_rate_to_rate_bit(chip->freq_table[i]); in snd_pmac_pcm_open()
/sound/usb/misc/
Dua101.c639 substream->runtime->hw.rates = snd_pcm_rate_to_rate_bit(ua->rate); in set_stream_hw()