Lines Matching defs:uinfo
2242 struct snd_ctl_elem_info *uinfo)
2244 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
2245 uinfo->count = 1;
2246 uinfo->value.integer.min = 27000;
2247 uinfo->value.integer.max = 207000;
2248 uinfo->value.integer.step = 1;
2410 struct snd_ctl_elem_info *uinfo)
2412 ENUMERATED_CTL_INFO(uinfo, texts_freq);
2555 struct snd_ctl_elem_info *uinfo)
2558 ENUMERATED_CTL_INFO(uinfo, texts);
2649 struct snd_ctl_elem_info *uinfo)
2651 return snd_ctl_enum_info(uinfo, 1, 9, texts_freq + 1);
2966 struct snd_ctl_elem_info *uinfo)
2970 snd_ctl_enum_info(uinfo, 1, hdspm->texts_autosync_items, hdspm->texts_autosync);
3060 struct snd_ctl_elem_info *uinfo)
3068 ENUMERATED_CTL_INFO(uinfo, texts);
3073 ENUMERATED_CTL_INFO(uinfo, texts);
3099 struct snd_ctl_elem_info *uinfo)
3102 ENUMERATED_CTL_INFO(uinfo, texts);
3145 struct snd_ctl_elem_info *uinfo)
3149 ENUMERATED_CTL_INFO(uinfo, texts);
3295 struct snd_ctl_elem_info *uinfo)
3298 ENUMERATED_CTL_INFO(uinfo, texts);
3357 struct snd_ctl_elem_info *uinfo)
3360 ENUMERATED_CTL_INFO(uinfo, texts);
3430 struct snd_ctl_elem_info *uinfo)
3433 ENUMERATED_CTL_INFO(uinfo, texts);
3494 struct snd_ctl_elem_info *uinfo)
3503 ENUMERATED_CTL_INFO(uinfo, texts_spdif);
3506 ENUMERATED_CTL_INFO(uinfo, texts_levels);
3584 struct snd_ctl_elem_info *uinfo)
3587 ENUMERATED_CTL_INFO(uinfo, texts);
3636 struct snd_ctl_elem_info *uinfo)
3638 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
3639 uinfo->count = 3;
3640 uinfo->value.integer.min = 0;
3641 uinfo->value.integer.max = 65535;
3642 uinfo->value.integer.step = 1;
3740 struct snd_ctl_elem_info *uinfo)
3742 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
3743 uinfo->count = 1;
3744 uinfo->value.integer.min = 0;
3745 uinfo->value.integer.max = 64;
3746 uinfo->value.integer.step = 1;
3819 struct snd_ctl_elem_info *uinfo)
3822 ENUMERATED_CTL_INFO(uinfo, texts);
3827 struct snd_ctl_elem_info *uinfo)
3830 ENUMERATED_CTL_INFO(uinfo, texts);
4212 struct snd_ctl_elem_info *uinfo)
4216 ENUMERATED_CTL_INFO(uinfo, texts);
4259 struct snd_ctl_elem_info *uinfo)
4263 ENUMERATED_CTL_INFO(uinfo, texts);
4305 struct snd_ctl_elem_info *uinfo)
4308 ENUMERATED_CTL_INFO(uinfo, texts);
4351 struct snd_ctl_elem_info *uinfo)
4355 ENUMERATED_CTL_INFO(uinfo, texts);
4398 struct snd_ctl_elem_info *uinfo)
4401 ENUMERATED_CTL_INFO(uinfo, texts);
4444 struct snd_ctl_elem_info *uinfo)
4446 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
4447 uinfo->count = 1;
4448 uinfo->value.integer.min = 0;
4449 uinfo->value.integer.max = 1;