Home
last modified time | relevance | path

Searched refs:SND_PCM_EXTPLUG_HW_PARAMS (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_extplug.c44 struct snd_ext_parm params[SND_PCM_EXTPLUG_HW_PARAMS];
45 struct snd_ext_parm sparams[SND_PCM_EXTPLUG_HW_PARAMS];
48 static const int hw_params_type[SND_PCM_EXTPLUG_HW_PARAMS] = {
55 static const unsigned int excl_parbits[SND_PCM_EXTPLUG_HW_PARAMS] = {
191 for (i = 0; i < SND_PCM_EXTPLUG_HW_PARAMS; i++) { in extplug_hw_refine()
251 for (i = 0; i < SND_PCM_EXTPLUG_HW_PARAMS; i++) { in get_links()
412 for (i = 0; i < SND_PCM_EXTPLUG_HW_PARAMS; i++) { in clear_ext_params()
783 if (type < 0 || type >= SND_PCM_EXTPLUG_HW_PARAMS) { in snd_pcm_extplug_set_slave_param_list()
805 if (type < 0 || type >= SND_PCM_EXTPLUG_HW_PARAMS) { in snd_pcm_extplug_set_slave_param_minmax()
831 if (type < 0 || type >= SND_PCM_EXTPLUG_HW_PARAMS) { in snd_pcm_extplug_set_param_list()
[all...]
/third_party/alsa-lib/include/
H A Dpcm_extplug.h45 SND_PCM_EXTPLUG_HW_PARAMS /**< max number of hw constraints */ enumerator

Completed in 3 milliseconds