Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/meson/
Dmeson-codec-glue.c74 data->params.rates = snd_pcm_rate_to_rate_bit(params_rate(params)); in meson_codec_glue_input_hw_params()
Daxg-spdifin.c440 snd_pcm_rate_to_rate_bit(priv->conf->mode_rates[i]); in axg_spdifin_get_dai_drv()
/linux-5.19.10/sound/core/
Dpcm_misc.c520 unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate) in snd_pcm_rate_to_rate_bit() function
529 EXPORT_SYMBOL(snd_pcm_rate_to_rate_bit);
/linux-5.19.10/sound/pci/
Drme32.c871 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()
952 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_playback_adat_open()
977 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme32_capture_adat_open()
Drme96.c1205 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_playback_spdif_open()
1233 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_capture_spdif_open()
1275 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_playback_adat_open()
1304 runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate); in snd_rme96_capture_adat_open()
Dbt87x.c376 runtime->hw.rates = snd_pcm_rate_to_rate_bit(chip->board.dig_rate); in snd_bt87x_set_digital_hw()
/linux-5.19.10/sound/firewire/motu/
Dmotu-pcm.c87 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/linux-5.19.10/sound/firewire/bebob/
Dbebob_pcm.c90 hw->rates |= snd_pcm_rate_to_rate_bit(snd_bebob_rate_table[i]); in limit_channels_and_rates()
/linux-5.19.10/sound/firewire/fireface/
Dff-pcm.c98 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/linux-5.19.10/sound/firewire/dice/
Ddice-pcm.c111 hw->rates |= snd_pcm_rate_to_rate_bit(rate); in limit_channels_and_rates()
/linux-5.19.10/sound/firewire/oxfw/
Doxfw-pcm.c105 hw->rates |= snd_pcm_rate_to_rate_bit(formation.rate); in limit_channels_and_rates()
/linux-5.19.10/sound/usb/
Dformat.c182 fp->rates |= snd_pcm_rate_to_rate_bit(rate); in set_rate_table_min_max()
/linux-5.19.10/include/sound/
Dpcm.h1159 unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate);
/linux-5.19.10/sound/ppc/
Dpmac.c564 snd_pcm_rate_to_rate_bit(chip->freq_table[i]); in snd_pmac_pcm_open()
/linux-5.19.10/sound/usb/misc/
Dua101.c628 substream->runtime->hw.rates = snd_pcm_rate_to_rate_bit(ua->rate); in set_stream_hw()