Home
last modified time | relevance | path

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

/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);
/linux/include/sound/
H A Dpcm.h1223 int snd_pcm_hw_limit_rates(struct snd_pcm_hardware *hw);
1228 return snd_pcm_hw_limit_rates(&runtime->hw); in snd_pcm_limit_hw_rates()
/linux/sound/soc/
H A Dsoc-pcm.c546 snd_pcm_hw_limit_rates(hw); in soc_pcm_hw_update_rate()