Lines Matching refs:uinfo
175 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_volume() argument
177 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_burgundy_info_volume()
178 uinfo->count = 2; in snd_pmac_burgundy_info_volume()
179 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_volume()
180 uinfo->value.integer.max = 100; in snd_pmac_burgundy_info_volume()
251 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_volume_2b() argument
253 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_burgundy_info_volume_2b()
254 uinfo->count = 2; in snd_pmac_burgundy_info_volume_2b()
255 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_volume_2b()
256 uinfo->value.integer.max = 100; in snd_pmac_burgundy_info_volume_2b()
297 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_gain() argument
300 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_burgundy_info_gain()
301 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_gain()
302 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_gain()
303 uinfo->value.integer.max = 15; in snd_pmac_burgundy_info_gain()
359 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_switch_w() argument
362 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in snd_pmac_burgundy_info_switch_w()
363 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_switch_w()
364 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_switch_w()
365 uinfo->value.integer.max = 1; in snd_pmac_burgundy_info_switch_w()
415 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_switch_b() argument
418 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in snd_pmac_burgundy_info_switch_b()
419 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_switch_b()
420 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_switch_b()
421 uinfo->value.integer.max = 1; in snd_pmac_burgundy_info_switch_b()