Lines Matching refs:uinfo
163 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_volume() argument
165 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_burgundy_info_volume()
166 uinfo->count = 2; in snd_pmac_burgundy_info_volume()
167 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_volume()
168 uinfo->value.integer.max = 100; in snd_pmac_burgundy_info_volume()
239 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_volume_2b() argument
241 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_burgundy_info_volume_2b()
242 uinfo->count = 2; in snd_pmac_burgundy_info_volume_2b()
243 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_volume_2b()
244 uinfo->value.integer.max = 100; in snd_pmac_burgundy_info_volume_2b()
285 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_gain() argument
288 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_burgundy_info_gain()
289 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_gain()
290 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_gain()
291 uinfo->value.integer.max = 15; in snd_pmac_burgundy_info_gain()
347 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_switch_w() argument
350 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in snd_pmac_burgundy_info_switch_w()
351 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_switch_w()
352 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_switch_w()
353 uinfo->value.integer.max = 1; in snd_pmac_burgundy_info_switch_w()
403 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_switch_b() argument
406 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in snd_pmac_burgundy_info_switch_b()
407 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_switch_b()
408 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_switch_b()
409 uinfo->value.integer.max = 1; in snd_pmac_burgundy_info_switch_b()