Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_limit_rates (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/core/
H A Dpcm_misc.c494 int snd_pcm_hw_limit_rates(struct snd_pcm_hardware *hw) in snd_pcm_hw_limit_rates() function
511 EXPORT_SYMBOL(snd_pcm_hw_limit_rates);
/openbmc/linux/include/sound/
H A Dpcm.h1199 int snd_pcm_hw_limit_rates(struct snd_pcm_hardware *hw);
1204 return snd_pcm_hw_limit_rates(&runtime->hw); in snd_pcm_limit_hw_rates()
/openbmc/linux/sound/soc/
H A Dsoc-pcm.c537 snd_pcm_hw_limit_rates(hw); in soc_pcm_hw_update_rate()