Lines Matching refs:kcontrol
225 static int tas_snd_vol_info(struct snd_kcontrol *kcontrol, in tas_snd_vol_info() argument
235 static int tas_snd_vol_get(struct snd_kcontrol *kcontrol, in tas_snd_vol_get() argument
238 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_vol_get()
247 static int tas_snd_vol_put(struct snd_kcontrol *kcontrol, in tas_snd_vol_put() argument
250 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_vol_put()
285 static int tas_snd_mute_get(struct snd_kcontrol *kcontrol, in tas_snd_mute_get() argument
288 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mute_get()
297 static int tas_snd_mute_put(struct snd_kcontrol *kcontrol, in tas_snd_mute_put() argument
300 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mute_put()
326 static int tas_snd_mixer_info(struct snd_kcontrol *kcontrol, in tas_snd_mixer_info() argument
336 static int tas_snd_mixer_get(struct snd_kcontrol *kcontrol, in tas_snd_mixer_get() argument
339 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mixer_get()
340 int idx = kcontrol->private_value; in tas_snd_mixer_get()
350 static int tas_snd_mixer_put(struct snd_kcontrol *kcontrol, in tas_snd_mixer_put() argument
353 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mixer_put()
354 int idx = kcontrol->private_value; in tas_snd_mixer_put()
386 static int tas_snd_drc_range_info(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_info() argument
396 static int tas_snd_drc_range_get(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_get() argument
399 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_range_get()
407 static int tas_snd_drc_range_put(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_put() argument
410 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_range_put()
440 static int tas_snd_drc_switch_get(struct snd_kcontrol *kcontrol, in tas_snd_drc_switch_get() argument
443 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_switch_get()
451 static int tas_snd_drc_switch_put(struct snd_kcontrol *kcontrol, in tas_snd_drc_switch_put() argument
454 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_switch_put()
478 static int tas_snd_capture_source_info(struct snd_kcontrol *kcontrol, in tas_snd_capture_source_info() argument
486 static int tas_snd_capture_source_get(struct snd_kcontrol *kcontrol, in tas_snd_capture_source_get() argument
489 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_capture_source_get()
497 static int tas_snd_capture_source_put(struct snd_kcontrol *kcontrol, in tas_snd_capture_source_put() argument
500 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_capture_source_put()
547 static int tas_snd_treble_info(struct snd_kcontrol *kcontrol, in tas_snd_treble_info() argument
557 static int tas_snd_treble_get(struct snd_kcontrol *kcontrol, in tas_snd_treble_get() argument
560 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_treble_get()
568 static int tas_snd_treble_put(struct snd_kcontrol *kcontrol, in tas_snd_treble_put() argument
571 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_treble_put()
598 static int tas_snd_bass_info(struct snd_kcontrol *kcontrol, in tas_snd_bass_info() argument
608 static int tas_snd_bass_get(struct snd_kcontrol *kcontrol, in tas_snd_bass_get() argument
611 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_bass_get()
619 static int tas_snd_bass_put(struct snd_kcontrol *kcontrol, in tas_snd_bass_put() argument
622 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_bass_put()