Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dpcm_params.h18 int snd_pcm_hw_param_value(const struct snd_pcm_hw_params *params,
/openbmc/linux/sound/core/
H A Dpcm_lib.c1577 int snd_pcm_hw_param_value(const struct snd_pcm_hw_params *params, in snd_pcm_hw_param_value() function
1598 EXPORT_SYMBOL(snd_pcm_hw_param_value);
1659 return snd_pcm_hw_param_value(params, var, dir); in snd_pcm_hw_param_first()
1705 return snd_pcm_hw_param_value(params, var, dir); in snd_pcm_hw_param_last()
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c519 return snd_pcm_hw_param_value(params, var, NULL); in snd_pcm_hw_param_set()