Symbol: snd_pcm_rate_to_rate_bit
include/sound/pcm.h
1250
unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate);
sound/core/pcm_misc.c
516
EXPORT_SYMBOL(snd_pcm_rate_to_rate_bit);
sound/firewire/bebob/bebob_pcm.c
90
hw->rates |= snd_pcm_rate_to_rate_bit(snd_bebob_rate_table[i]);
sound/firewire/dice/dice-pcm.c
111
hw->rates |= snd_pcm_rate_to_rate_bit(rate);
sound/firewire/fireface/ff-pcm.c
98
hw->rates |= snd_pcm_rate_to_rate_bit(rate);
sound/firewire/motu/motu-pcm.c
87
hw->rates |= snd_pcm_rate_to_rate_bit(rate);
sound/firewire/oxfw/oxfw-pcm.c
105
hw->rates |= snd_pcm_rate_to_rate_bit(formation.rate);
sound/pci/bt87x.c
376
runtime->hw.rates = snd_pcm_rate_to_rate_bit(chip->board.dig_rate);
sound/pci/emu10k1/emupcm.c
209
runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate);
sound/pci/rme32.c
828
runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate);
sound/pci/rme32.c
869
runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate);
sound/pci/rme32.c
905
runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate);
sound/pci/rme32.c
930
runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate);
sound/pci/rme96.c
1167
runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate);
sound/pci/rme96.c
1195
runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate);
sound/pci/rme96.c
1233
runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate);
sound/pci/rme96.c
1262
runtime->hw.rates = snd_pcm_rate_to_rate_bit(rate);
sound/ppc/pmac.c
559
snd_pcm_rate_to_rate_bit(chip->freq_table[i]);
sound/soc/fsl/fsl_qmc_audio.c
892
qmc_soc_dai_driver->playback.rates = snd_pcm_rate_to_rate_bit(tx_fs_rate);
sound/soc/fsl/fsl_qmc_audio.c
895
qmc_soc_dai_driver->capture.rates = snd_pcm_rate_to_rate_bit(rx_fs_rate);
sound/soc/meson/axg-spdifin.c
426
snd_pcm_rate_to_rate_bit(priv->conf->mode_rates[i]);
sound/soc/meson/meson-codec-glue.c
74
data->params.rates = snd_pcm_rate_to_rate_bit(params_rate(params));
sound/usb/caiaq/audio.c
223
cdev->pcm_info.rates = snd_pcm_rate_to_rate_bit(runtime->rate);
sound/usb/format.c
192
fp->rates |= snd_pcm_rate_to_rate_bit(rate);
sound/usb/misc/ua101.c
622
substream->runtime->hw.rates = snd_pcm_rate_to_rate_bit(ua->rate);