Lines Matching refs:uinfo

224 	struct snd_ctl_elem_info *uinfo)  in tas_snd_vol_info()  argument
226 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_vol_info()
227 uinfo->count = 2; in tas_snd_vol_info()
228 uinfo->value.integer.min = 0; in tas_snd_vol_info()
229 uinfo->value.integer.max = 177; in tas_snd_vol_info()
325 struct snd_ctl_elem_info *uinfo) in tas_snd_mixer_info() argument
327 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_mixer_info()
328 uinfo->count = 2; in tas_snd_mixer_info()
329 uinfo->value.integer.min = 0; in tas_snd_mixer_info()
330 uinfo->value.integer.max = 177; in tas_snd_mixer_info()
385 struct snd_ctl_elem_info *uinfo) in tas_snd_drc_range_info() argument
387 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_drc_range_info()
388 uinfo->count = 1; in tas_snd_drc_range_info()
389 uinfo->value.integer.min = 0; in tas_snd_drc_range_info()
390 uinfo->value.integer.max = TAS3004_DRC_MAX; in tas_snd_drc_range_info()
477 struct snd_ctl_elem_info *uinfo) in tas_snd_capture_source_info() argument
481 return snd_ctl_enum_info(uinfo, 1, 2, texts); in tas_snd_capture_source_info()
546 struct snd_ctl_elem_info *uinfo) in tas_snd_treble_info() argument
548 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_treble_info()
549 uinfo->count = 1; in tas_snd_treble_info()
550 uinfo->value.integer.min = TAS3004_TREBLE_MIN; in tas_snd_treble_info()
551 uinfo->value.integer.max = TAS3004_TREBLE_MAX; in tas_snd_treble_info()
597 struct snd_ctl_elem_info *uinfo) in tas_snd_bass_info() argument
599 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in tas_snd_bass_info()
600 uinfo->count = 1; in tas_snd_bass_info()
601 uinfo->value.integer.min = TAS3004_BASS_MIN; in tas_snd_bass_info()
602 uinfo->value.integer.max = TAS3004_BASS_MAX; in tas_snd_bass_info()