Lines Matching defs:uinfo
2241 struct snd_ctl_elem_info *uinfo)
2243 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
2244 uinfo->count = 1;
2245 uinfo->value.integer.min = 27000;
2246 uinfo->value.integer.max = 207000;
2247 uinfo->value.integer.step = 1;
2405 struct snd_ctl_elem_info *uinfo)
2407 ENUMERATED_CTL_INFO(uinfo, texts_freq);
2550 struct snd_ctl_elem_info *uinfo)
2553 ENUMERATED_CTL_INFO(uinfo, texts);
2644 struct snd_ctl_elem_info *uinfo)
2646 return snd_ctl_enum_info(uinfo, 1, 9, texts_freq + 1);
2961 struct snd_ctl_elem_info *uinfo)
2965 snd_ctl_enum_info(uinfo, 1, hdspm->texts_autosync_items, hdspm->texts_autosync);
3055 struct snd_ctl_elem_info *uinfo)
3063 ENUMERATED_CTL_INFO(uinfo, texts);
3068 ENUMERATED_CTL_INFO(uinfo, texts);
3094 struct snd_ctl_elem_info *uinfo)
3097 ENUMERATED_CTL_INFO(uinfo, texts);
3140 struct snd_ctl_elem_info *uinfo)
3144 ENUMERATED_CTL_INFO(uinfo, texts);
3290 struct snd_ctl_elem_info *uinfo)
3293 ENUMERATED_CTL_INFO(uinfo, texts);
3352 struct snd_ctl_elem_info *uinfo)
3355 ENUMERATED_CTL_INFO(uinfo, texts);
3425 struct snd_ctl_elem_info *uinfo)
3428 ENUMERATED_CTL_INFO(uinfo, texts);
3489 struct snd_ctl_elem_info *uinfo)
3498 ENUMERATED_CTL_INFO(uinfo, texts_spdif);
3501 ENUMERATED_CTL_INFO(uinfo, texts_levels);
3579 struct snd_ctl_elem_info *uinfo)
3582 ENUMERATED_CTL_INFO(uinfo, texts);
3631 struct snd_ctl_elem_info *uinfo)
3633 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
3634 uinfo->count = 3;
3635 uinfo->value.integer.min = 0;
3636 uinfo->value.integer.max = 65535;
3637 uinfo->value.integer.step = 1;
3735 struct snd_ctl_elem_info *uinfo)
3737 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
3738 uinfo->count = 1;
3739 uinfo->value.integer.min = 0;
3740 uinfo->value.integer.max = 64;
3741 uinfo->value.integer.step = 1;
3814 struct snd_ctl_elem_info *uinfo)
3817 ENUMERATED_CTL_INFO(uinfo, texts);
3822 struct snd_ctl_elem_info *uinfo)
3825 ENUMERATED_CTL_INFO(uinfo, texts);
4203 struct snd_ctl_elem_info *uinfo)
4207 ENUMERATED_CTL_INFO(uinfo, texts);
4250 struct snd_ctl_elem_info *uinfo)
4254 ENUMERATED_CTL_INFO(uinfo, texts);
4296 struct snd_ctl_elem_info *uinfo)
4299 ENUMERATED_CTL_INFO(uinfo, texts);
4342 struct snd_ctl_elem_info *uinfo)
4346 ENUMERATED_CTL_INFO(uinfo, texts);
4389 struct snd_ctl_elem_info *uinfo)
4392 ENUMERATED_CTL_INFO(uinfo, texts);
4435 struct snd_ctl_elem_info *uinfo)
4437 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
4438 uinfo->count = 1;
4439 uinfo->value.integer.min = 0;
4440 uinfo->value.integer.max = 1;