Lines Matching refs:uinfo
123 struct snd_ctl_elem_info *uinfo) in snd_pmac_awacs_info_volume() argument
125 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_volume()
126 uinfo->count = 2; in snd_pmac_awacs_info_volume()
127 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_volume()
128 uinfo->value.integer.max = 15; in snd_pmac_awacs_info_volume()
321 struct snd_ctl_elem_info *uinfo) in snd_pmac_awacs_info_volume_amp() argument
323 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_volume_amp()
324 uinfo->count = 2; in snd_pmac_awacs_info_volume_amp()
325 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_volume_amp()
326 uinfo->value.integer.max = 31; in snd_pmac_awacs_info_volume_amp()
387 struct snd_ctl_elem_info *uinfo) in snd_pmac_awacs_info_tone_amp() argument
389 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_tone_amp()
390 uinfo->count = 1; in snd_pmac_awacs_info_tone_amp()
391 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_tone_amp()
392 uinfo->value.integer.max = 14; in snd_pmac_awacs_info_tone_amp()
427 struct snd_ctl_elem_info *uinfo) in snd_pmac_awacs_info_master_amp() argument
429 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_master_amp()
430 uinfo->count = 1; in snd_pmac_awacs_info_master_amp()
431 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_master_amp()
432 uinfo->value.integer.max = 99; in snd_pmac_awacs_info_master_amp()
529 struct snd_ctl_elem_info *uinfo) in snd_pmac_screamer_mic_boost_info() argument
531 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_screamer_mic_boost_info()
532 uinfo->count = 1; in snd_pmac_screamer_mic_boost_info()
533 uinfo->value.integer.min = 0; in snd_pmac_screamer_mic_boost_info()
534 uinfo->value.integer.max = 3; in snd_pmac_screamer_mic_boost_info()