Lines Matching defs:uinfo
172 struct snd_ctl_elem_info *uinfo)
178 return snd_ctl_enum_info(uinfo, 1, 6, texts);
209 struct snd_ctl_elem_info *uinfo)
215 return snd_ctl_enum_info(uinfo, 1, 4, texts);
248 struct snd_ctl_elem_info *uinfo)
252 return snd_ctl_enum_info(uinfo, 1, 2, texts);
256 struct snd_ctl_elem_info *uinfo)
260 return snd_ctl_enum_info(uinfo, 1, 2, texts);
310 struct snd_ctl_elem_info *uinfo)
312 uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
313 uinfo->count = 1;
402 struct snd_ctl_elem_info *uinfo)
404 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
405 uinfo->count = 2;
406 uinfo->value.integer.min = 0;
407 uinfo->value.integer.max = 255;
449 struct snd_ctl_elem_info *uinfo)
451 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
452 uinfo->count = 2;
453 uinfo->value.integer.min = 0;
454 uinfo->value.integer.max = 255;