Lines Matching refs:kcontrol
223 static int tas_snd_vol_info(struct snd_kcontrol *kcontrol, in tas_snd_vol_info() argument
233 static int tas_snd_vol_get(struct snd_kcontrol *kcontrol, in tas_snd_vol_get() argument
236 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_vol_get()
245 static int tas_snd_vol_put(struct snd_kcontrol *kcontrol, in tas_snd_vol_put() argument
248 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_vol_put()
283 static int tas_snd_mute_get(struct snd_kcontrol *kcontrol, in tas_snd_mute_get() argument
286 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mute_get()
295 static int tas_snd_mute_put(struct snd_kcontrol *kcontrol, in tas_snd_mute_put() argument
298 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mute_put()
324 static int tas_snd_mixer_info(struct snd_kcontrol *kcontrol, in tas_snd_mixer_info() argument
334 static int tas_snd_mixer_get(struct snd_kcontrol *kcontrol, in tas_snd_mixer_get() argument
337 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mixer_get()
338 int idx = kcontrol->private_value; in tas_snd_mixer_get()
348 static int tas_snd_mixer_put(struct snd_kcontrol *kcontrol, in tas_snd_mixer_put() argument
351 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mixer_put()
352 int idx = kcontrol->private_value; in tas_snd_mixer_put()
384 static int tas_snd_drc_range_info(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_info() argument
394 static int tas_snd_drc_range_get(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_get() argument
397 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_range_get()
405 static int tas_snd_drc_range_put(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_put() argument
408 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_range_put()
438 static int tas_snd_drc_switch_get(struct snd_kcontrol *kcontrol, in tas_snd_drc_switch_get() argument
441 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_switch_get()
449 static int tas_snd_drc_switch_put(struct snd_kcontrol *kcontrol, in tas_snd_drc_switch_put() argument
452 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_switch_put()
476 static int tas_snd_capture_source_info(struct snd_kcontrol *kcontrol, in tas_snd_capture_source_info() argument
484 static int tas_snd_capture_source_get(struct snd_kcontrol *kcontrol, in tas_snd_capture_source_get() argument
487 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_capture_source_get()
495 static int tas_snd_capture_source_put(struct snd_kcontrol *kcontrol, in tas_snd_capture_source_put() argument
498 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_capture_source_put()
545 static int tas_snd_treble_info(struct snd_kcontrol *kcontrol, in tas_snd_treble_info() argument
555 static int tas_snd_treble_get(struct snd_kcontrol *kcontrol, in tas_snd_treble_get() argument
558 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_treble_get()
566 static int tas_snd_treble_put(struct snd_kcontrol *kcontrol, in tas_snd_treble_put() argument
569 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_treble_put()
596 static int tas_snd_bass_info(struct snd_kcontrol *kcontrol, in tas_snd_bass_info() argument
606 static int tas_snd_bass_get(struct snd_kcontrol *kcontrol, in tas_snd_bass_get() argument
609 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_bass_get()
617 static int tas_snd_bass_put(struct snd_kcontrol *kcontrol, in tas_snd_bass_put() argument
620 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_bass_put()