Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_misc.c522 unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate) in snd_pcm_rate_to_rate_bit() function
531 EXPORT_SYMBOL(snd_pcm_rate_to_rate_bit);
/linux/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.c426 snd_pcm_rate_to_rate_bit(priv->conf->mode_rates[i]); in axg_spdifin_get_dai_drv()
/linux/sound/pci/
H A Drme32.c850 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_playback_spdif_open()
893 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_capture_spdif_open()
931 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_playback_adat_open()
956 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_capture_adat_open()
H A Drme96.c1184 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_playback_spdif_open()
1212 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_capture_spdif_open()
1254 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_playback_adat_open()
1283 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_capture_adat_open()
H A Dbt87x.c376 runtime->hw.rates = snd_pcm_rate_to_rate_bit(chip->board.dig_rate); in snd_bt87x_set_digital_hw()
/linux/sound/firewire/fireface/
H A Dff-pcm.c98 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/linux/sound/firewire/motu/
H A Dmotu-pcm.c87 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/linux/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()
/linux/sound/firewire/oxfw/
H A Doxfw-pcm.c105 hw->rates |= snd_pcm_rate_to_rate_bit(formation.rate); in limit_channels_and_rates()
/linux/sound/firewire/dice/
H A Ddice-pcm.c111 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/linux/sound/usb/
H A Dformat.c188 fp->rates |= snd_pcm_rate_to_rate_bit(rate); in set_rate_table_min_max()
/linux/sound/usb/caiaq/
H A Daudio.c228 cdev->pcm_info.rates = snd_pcm_rate_to_rate_bit(runtime->rate); in snd_usb_caiaq_pcm_prepare()
/linux/sound/ppc/
H A Dpmac.c559 snd_pcm_rate_to_rate_bit(chip->freq_table[i]); in snd_pmac_pcm_open()
/linux/sound/usb/misc/
H A Dua101.c628 substream->runtime->hw.rates = snd_pcm_rate_to_rate_bit(ua->rate); in set_stream_hw()
/linux/sound/pci/emu10k1/
H A Demupcm.c209 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_emu1010_constrain_efx_rate()