Lines Matching refs:uinfo

136 				      struct snd_ctl_elem_info *uinfo)  in snd_pmac_awacs_info_volume()  argument
138 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_volume()
139 uinfo->count = 2; in snd_pmac_awacs_info_volume()
140 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_volume()
141 uinfo->value.integer.max = 15; in snd_pmac_awacs_info_volume()
334 struct snd_ctl_elem_info *uinfo) in snd_pmac_awacs_info_volume_amp() argument
336 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_volume_amp()
337 uinfo->count = 2; in snd_pmac_awacs_info_volume_amp()
338 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_volume_amp()
339 uinfo->value.integer.max = 31; in snd_pmac_awacs_info_volume_amp()
400 struct snd_ctl_elem_info *uinfo) in snd_pmac_awacs_info_tone_amp() argument
402 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_tone_amp()
403 uinfo->count = 1; in snd_pmac_awacs_info_tone_amp()
404 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_tone_amp()
405 uinfo->value.integer.max = 14; in snd_pmac_awacs_info_tone_amp()
440 struct snd_ctl_elem_info *uinfo) in snd_pmac_awacs_info_master_amp() argument
442 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_master_amp()
443 uinfo->count = 1; in snd_pmac_awacs_info_master_amp()
444 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_master_amp()
445 uinfo->value.integer.max = 99; in snd_pmac_awacs_info_master_amp()
542 struct snd_ctl_elem_info *uinfo) in snd_pmac_screamer_mic_boost_info() argument
544 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_screamer_mic_boost_info()
545 uinfo->count = 1; in snd_pmac_screamer_mic_boost_info()
546 uinfo->value.integer.min = 0; in snd_pmac_screamer_mic_boost_info()
547 uinfo->value.integer.max = 3; in snd_pmac_screamer_mic_boost_info()