• Home
  • Raw
  • Download

Lines Matching refs:uinfo

162 					 struct snd_ctl_elem_info *uinfo)  in snd_pmac_burgundy_info_volume()  argument
164 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_burgundy_info_volume()
165 uinfo->count = 2; in snd_pmac_burgundy_info_volume()
166 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_volume()
167 uinfo->value.integer.max = 100; in snd_pmac_burgundy_info_volume()
238 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_volume_2b() argument
240 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_burgundy_info_volume_2b()
241 uinfo->count = 2; in snd_pmac_burgundy_info_volume_2b()
242 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_volume_2b()
243 uinfo->value.integer.max = 100; in snd_pmac_burgundy_info_volume_2b()
284 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_gain() argument
287 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_pmac_burgundy_info_gain()
288 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_gain()
289 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_gain()
290 uinfo->value.integer.max = 15; in snd_pmac_burgundy_info_gain()
346 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_switch_w() argument
349 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in snd_pmac_burgundy_info_switch_w()
350 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_switch_w()
351 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_switch_w()
352 uinfo->value.integer.max = 1; in snd_pmac_burgundy_info_switch_w()
402 struct snd_ctl_elem_info *uinfo) in snd_pmac_burgundy_info_switch_b() argument
405 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in snd_pmac_burgundy_info_switch_b()
406 uinfo->count = stereo + 1; in snd_pmac_burgundy_info_switch_b()
407 uinfo->value.integer.min = 0; in snd_pmac_burgundy_info_switch_b()
408 uinfo->value.integer.max = 1; in snd_pmac_burgundy_info_switch_b()