Lines Matching refs:uinfo

124 				      struct snd_ctl_elem_info *uinfo)  in snd_pmac_awacs_info_volume()  argument
126 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_volume()
127 uinfo->count = 2; in snd_pmac_awacs_info_volume()
128 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_volume()
129 uinfo->value.integer.max = 15; in snd_pmac_awacs_info_volume()
322 struct snd_ctl_elem_info *uinfo) in snd_pmac_awacs_info_volume_amp() argument
324 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_volume_amp()
325 uinfo->count = 2; in snd_pmac_awacs_info_volume_amp()
326 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_volume_amp()
327 uinfo->value.integer.max = 31; in snd_pmac_awacs_info_volume_amp()
388 struct snd_ctl_elem_info *uinfo) in snd_pmac_awacs_info_tone_amp() argument
390 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_tone_amp()
391 uinfo->count = 1; in snd_pmac_awacs_info_tone_amp()
392 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_tone_amp()
393 uinfo->value.integer.max = 14; in snd_pmac_awacs_info_tone_amp()
428 struct snd_ctl_elem_info *uinfo) in snd_pmac_awacs_info_master_amp() argument
430 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_awacs_info_master_amp()
431 uinfo->count = 1; in snd_pmac_awacs_info_master_amp()
432 uinfo->value.integer.min = 0; in snd_pmac_awacs_info_master_amp()
433 uinfo->value.integer.max = 99; in snd_pmac_awacs_info_master_amp()
530 struct snd_ctl_elem_info *uinfo) in snd_pmac_screamer_mic_boost_info() argument
532 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_screamer_mic_boost_info()
533 uinfo->count = 1; in snd_pmac_screamer_mic_boost_info()
534 uinfo->value.integer.min = 0; in snd_pmac_screamer_mic_boost_info()
535 uinfo->value.integer.max = 3; in snd_pmac_screamer_mic_boost_info()