• Home
  • Raw
  • Download

Lines Matching refs:kcontrol

224 static int tas_snd_vol_info(struct snd_kcontrol *kcontrol,  in tas_snd_vol_info()  argument
234 static int tas_snd_vol_get(struct snd_kcontrol *kcontrol, in tas_snd_vol_get() argument
237 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_vol_get()
246 static int tas_snd_vol_put(struct snd_kcontrol *kcontrol, in tas_snd_vol_put() argument
249 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_vol_put()
284 static int tas_snd_mute_get(struct snd_kcontrol *kcontrol, in tas_snd_mute_get() argument
287 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mute_get()
296 static int tas_snd_mute_put(struct snd_kcontrol *kcontrol, in tas_snd_mute_put() argument
299 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mute_put()
325 static int tas_snd_mixer_info(struct snd_kcontrol *kcontrol, in tas_snd_mixer_info() argument
335 static int tas_snd_mixer_get(struct snd_kcontrol *kcontrol, in tas_snd_mixer_get() argument
338 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mixer_get()
339 int idx = kcontrol->private_value; in tas_snd_mixer_get()
349 static int tas_snd_mixer_put(struct snd_kcontrol *kcontrol, in tas_snd_mixer_put() argument
352 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_mixer_put()
353 int idx = kcontrol->private_value; in tas_snd_mixer_put()
385 static int tas_snd_drc_range_info(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_info() argument
395 static int tas_snd_drc_range_get(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_get() argument
398 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_range_get()
406 static int tas_snd_drc_range_put(struct snd_kcontrol *kcontrol, in tas_snd_drc_range_put() argument
409 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_range_put()
439 static int tas_snd_drc_switch_get(struct snd_kcontrol *kcontrol, in tas_snd_drc_switch_get() argument
442 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_switch_get()
450 static int tas_snd_drc_switch_put(struct snd_kcontrol *kcontrol, in tas_snd_drc_switch_put() argument
453 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_drc_switch_put()
477 static int tas_snd_capture_source_info(struct snd_kcontrol *kcontrol, in tas_snd_capture_source_info() argument
485 static int tas_snd_capture_source_get(struct snd_kcontrol *kcontrol, in tas_snd_capture_source_get() argument
488 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_capture_source_get()
496 static int tas_snd_capture_source_put(struct snd_kcontrol *kcontrol, in tas_snd_capture_source_put() argument
499 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_capture_source_put()
546 static int tas_snd_treble_info(struct snd_kcontrol *kcontrol, in tas_snd_treble_info() argument
556 static int tas_snd_treble_get(struct snd_kcontrol *kcontrol, in tas_snd_treble_get() argument
559 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_treble_get()
567 static int tas_snd_treble_put(struct snd_kcontrol *kcontrol, in tas_snd_treble_put() argument
570 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_treble_put()
597 static int tas_snd_bass_info(struct snd_kcontrol *kcontrol, in tas_snd_bass_info() argument
607 static int tas_snd_bass_get(struct snd_kcontrol *kcontrol, in tas_snd_bass_get() argument
610 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_bass_get()
618 static int tas_snd_bass_put(struct snd_kcontrol *kcontrol, in tas_snd_bass_put() argument
621 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_bass_put()