Lines Matching refs:uinfo
335 struct snd_ctl_elem_info *uinfo) in ct_alsa_mix_volume_info() argument
337 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in ct_alsa_mix_volume_info()
338 uinfo->count = 2; in ct_alsa_mix_volume_info()
339 uinfo->value.integer.min = 0; in ct_alsa_mix_volume_info()
340 uinfo->value.integer.max = VOL_MAX; in ct_alsa_mix_volume_info()
571 struct snd_ctl_elem_info *uinfo) in ct_alsa_mix_switch_info() argument
573 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in ct_alsa_mix_switch_info()
574 uinfo->count = 1; in ct_alsa_mix_switch_info()
575 uinfo->value.integer.min = 0; in ct_alsa_mix_switch_info()
576 uinfo->value.integer.max = 1; in ct_alsa_mix_switch_info()
577 uinfo->value.integer.step = 1; in ct_alsa_mix_switch_info()
620 struct snd_ctl_elem_info *uinfo) in ct_spdif_info() argument
622 uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958; in ct_spdif_info()
623 uinfo->count = 1; in ct_spdif_info()