Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_misc.c516 unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate) in snd_pcm_rate_to_rate_bit() function
525 EXPORT_SYMBOL(snd_pcm_rate_to_rate_bit);
/OK3568_Linux_fs/kernel/sound/soc/meson/
H A Dmeson-codec-glue.c74 data->params.rates = snd_pcm_rate_to_rate_bit(params_rate(params)); in meson_codec_glue_input_hw_params()
H A Daxg-spdifin.c440 snd_pcm_rate_to_rate_bit(priv->conf->mode_rates[i]); in axg_spdifin_get_dai_drv()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dformat.c230 fp->rates |= snd_pcm_rate_to_rate_bit(rate); in parse_audio_format_rates_v1()
383 fp->rates |= snd_pcm_rate_to_rate_bit(rate); in parse_uac2_sample_rate_range()
/OK3568_Linux_fs/kernel/sound/pci/
H A Drme32.c862 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_playback_spdif_open()
904 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_capture_spdif_open()
940 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_playback_adat_open()
964 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_capture_adat_open()
H A 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()
H A Dbt87x.c377 runtime->hw.rates = snd_pcm_rate_to_rate_bit(chip->board.dig_rate); in snd_bt87x_set_digital_hw()
/OK3568_Linux_fs/kernel/sound/firewire/bebob/
H A Dbebob_pcm.c90 hw->rates |= snd_pcm_rate_to_rate_bit(snd_bebob_rate_table[i]); in limit_channels_and_rates()
/OK3568_Linux_fs/kernel/sound/firewire/fireface/
H A Dff-pcm.c98 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A Dmotu-pcm.c87 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice-pcm.c111 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/OK3568_Linux_fs/kernel/sound/firewire/oxfw/
H A Doxfw-pcm.c105 hw->rates |= snd_pcm_rate_to_rate_bit(formation.rate); in limit_channels_and_rates()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h1142 unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate);
/OK3568_Linux_fs/kernel/sound/ppc/
H A Dpmac.c564 snd_pcm_rate_to_rate_bit(chip->freq_table[i]); in snd_pmac_pcm_open()
/OK3568_Linux_fs/kernel/sound/usb/misc/
H A Dua101.c629 substream->runtime->hw.rates = snd_pcm_rate_to_rate_bit(ua->rate); in set_stream_hw()