Lines Matching refs:uinfo
225 struct snd_ctl_elem_info *uinfo) in tas_snd_vol_info() argument
227 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_vol_info()
228 uinfo->count = 2; in tas_snd_vol_info()
229 uinfo->value.integer.min = 0; in tas_snd_vol_info()
230 uinfo->value.integer.max = 177; in tas_snd_vol_info()
326 struct snd_ctl_elem_info *uinfo) in tas_snd_mixer_info() argument
328 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_mixer_info()
329 uinfo->count = 2; in tas_snd_mixer_info()
330 uinfo->value.integer.min = 0; in tas_snd_mixer_info()
331 uinfo->value.integer.max = 177; in tas_snd_mixer_info()
386 struct snd_ctl_elem_info *uinfo) in tas_snd_drc_range_info() argument
388 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_drc_range_info()
389 uinfo->count = 1; in tas_snd_drc_range_info()
390 uinfo->value.integer.min = 0; in tas_snd_drc_range_info()
391 uinfo->value.integer.max = TAS3004_DRC_MAX; in tas_snd_drc_range_info()
478 struct snd_ctl_elem_info *uinfo) in tas_snd_capture_source_info() argument
482 return snd_ctl_enum_info(uinfo, 1, 2, texts); in tas_snd_capture_source_info()
547 struct snd_ctl_elem_info *uinfo) in tas_snd_treble_info() argument
549 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_treble_info()
550 uinfo->count = 1; in tas_snd_treble_info()
551 uinfo->value.integer.min = TAS3004_TREBLE_MIN; in tas_snd_treble_info()
552 uinfo->value.integer.max = TAS3004_TREBLE_MAX; in tas_snd_treble_info()
598 struct snd_ctl_elem_info *uinfo) in tas_snd_bass_info() argument
600 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_bass_info()
601 uinfo->count = 1; in tas_snd_bass_info()
602 uinfo->value.integer.min = TAS3004_BASS_MIN; in tas_snd_bass_info()
603 uinfo->value.integer.max = TAS3004_BASS_MAX; in tas_snd_bass_info()