Lines Matching refs:uinfo
226 struct snd_ctl_elem_info *uinfo) in tas_snd_vol_info() argument
228 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_vol_info()
229 uinfo->count = 2; in tas_snd_vol_info()
230 uinfo->value.integer.min = 0; in tas_snd_vol_info()
231 uinfo->value.integer.max = 177; in tas_snd_vol_info()
327 struct snd_ctl_elem_info *uinfo) in tas_snd_mixer_info() argument
329 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_mixer_info()
330 uinfo->count = 2; in tas_snd_mixer_info()
331 uinfo->value.integer.min = 0; in tas_snd_mixer_info()
332 uinfo->value.integer.max = 177; in tas_snd_mixer_info()
387 struct snd_ctl_elem_info *uinfo) in tas_snd_drc_range_info() argument
389 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_drc_range_info()
390 uinfo->count = 1; in tas_snd_drc_range_info()
391 uinfo->value.integer.min = 0; in tas_snd_drc_range_info()
392 uinfo->value.integer.max = TAS3004_DRC_MAX; in tas_snd_drc_range_info()
479 struct snd_ctl_elem_info *uinfo) in tas_snd_capture_source_info() argument
483 return snd_ctl_enum_info(uinfo, 1, 2, texts); in tas_snd_capture_source_info()
548 struct snd_ctl_elem_info *uinfo) in tas_snd_treble_info() argument
550 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_treble_info()
551 uinfo->count = 1; in tas_snd_treble_info()
552 uinfo->value.integer.min = TAS3004_TREBLE_MIN; in tas_snd_treble_info()
553 uinfo->value.integer.max = TAS3004_TREBLE_MAX; in tas_snd_treble_info()
599 struct snd_ctl_elem_info *uinfo) in tas_snd_bass_info() argument
601 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_bass_info()
602 uinfo->count = 1; in tas_snd_bass_info()
603 uinfo->value.integer.min = TAS3004_BASS_MIN; in tas_snd_bass_info()
604 uinfo->value.integer.max = TAS3004_BASS_MAX; in tas_snd_bass_info()