• Home
  • Raw
  • Download

Lines Matching refs:ctl

245 static int output_switch_info(struct snd_kcontrol *ctl,  in output_switch_info()  argument
255 static int output_switch_get(struct snd_kcontrol *ctl, in output_switch_get() argument
258 struct oxygen *chip = ctl->private_data; in output_switch_get()
267 static int output_switch_put(struct snd_kcontrol *ctl, in output_switch_put() argument
270 struct oxygen *chip = ctl->private_data; in output_switch_put()
302 static int hp_volume_offset_info(struct snd_kcontrol *ctl, in hp_volume_offset_info() argument
312 static int hp_volume_offset_get(struct snd_kcontrol *ctl, in hp_volume_offset_get() argument
315 struct oxygen *chip = ctl->private_data; in hp_volume_offset_get()
329 static int hp_volume_offset_put(struct snd_kcontrol *ctl, in hp_volume_offset_put() argument
333 struct oxygen *chip = ctl->private_data; in hp_volume_offset_put()
354 static int input_vol_info(struct snd_kcontrol *ctl, in input_vol_info() argument
364 static int input_vol_get(struct snd_kcontrol *ctl, in input_vol_get() argument
367 struct oxygen *chip = ctl->private_data; in input_vol_get()
369 unsigned int idx = ctl->private_value; in input_vol_get()
378 static int input_vol_put(struct snd_kcontrol *ctl, in input_vol_put() argument
381 struct oxygen *chip = ctl->private_data; in input_vol_put()
383 unsigned int idx = ctl->private_value; in input_vol_put()
410 static int input_sel_info(struct snd_kcontrol *ctl, in input_sel_info() argument
420 static int input_sel_get(struct snd_kcontrol *ctl, in input_sel_get() argument
423 struct oxygen *chip = ctl->private_data; in input_sel_get()
432 static int input_sel_put(struct snd_kcontrol *ctl, in input_sel_put() argument
441 struct oxygen *chip = ctl->private_data; in input_sel_put()
471 static int hpf_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) in hpf_info() argument
478 static int hpf_get(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in hpf_get() argument
480 struct oxygen *chip = ctl->private_data; in hpf_get()
488 static int hpf_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in hpf_put() argument
490 struct oxygen *chip = ctl->private_data; in hpf_put()