Searched refs:snd_ext_parm_set_minmax (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ext_parm.h | 24 #define snd_ext_parm_set_minmax \ macro 37 int snd_ext_parm_set_minmax(struct snd_ext_parm *parm, unsigned int min, unsigned int max);
|
H A D | pcm_extplug.c | 66 int snd_ext_parm_set_minmax(struct snd_ext_parm *parm, unsigned int min, unsigned int max) in snd_ext_parm_set_minmax() function 813 return snd_ext_parm_set_minmax(&ext->sparams[type], min, max); in snd_pcm_extplug_set_slave_param_minmax() 861 return snd_ext_parm_set_minmax(&ext->params[type], min, max); in snd_pcm_extplug_set_param_minmax()
|
H A D | pcm_ioplug.c | 1192 return snd_ext_parm_set_minmax(&io->params[type], min, max); in snd_pcm_ioplug_set_param_minmax()
|
Completed in 4 milliseconds