Lines Matching refs:ctl
57 static int output_select_info(struct snd_kcontrol *ctl, in output_select_info() argument
69 static int output_select_get(struct snd_kcontrol *ctl, in output_select_get() argument
72 struct oxygen *chip = ctl->private_data; in output_select_get()
81 static int output_select_put(struct snd_kcontrol *ctl, in output_select_put() argument
84 struct oxygen *chip = ctl->private_data; in output_select_put()
104 static int hp_stereo_volume_info(struct snd_kcontrol *ctl, in hp_stereo_volume_info() argument
114 static int hp_stereo_volume_get(struct snd_kcontrol *ctl, in hp_stereo_volume_get() argument
117 struct oxygen *chip = ctl->private_data; in hp_stereo_volume_get()
130 static int hp_stereo_volume_put(struct snd_kcontrol *ctl, in hp_stereo_volume_put() argument
133 struct oxygen *chip = ctl->private_data; in hp_stereo_volume_put()
160 static int hp_mute_get(struct snd_kcontrol *ctl, in hp_mute_get() argument
163 struct oxygen *chip = ctl->private_data; in hp_mute_get()
173 static int hp_mute_put(struct snd_kcontrol *ctl, in hp_mute_put() argument
176 struct oxygen *chip = ctl->private_data; in hp_mute_put()
208 static int input_vol_info(struct snd_kcontrol *ctl, in input_vol_info() argument
218 static int input_vol_get(struct snd_kcontrol *ctl, in input_vol_get() argument
221 struct oxygen *chip = ctl->private_data; in input_vol_get()
223 unsigned int idx = ctl->private_value; in input_vol_get()
232 static int input_vol_put(struct snd_kcontrol *ctl, in input_vol_put() argument
235 struct oxygen *chip = ctl->private_data; in input_vol_put()
237 unsigned int idx = ctl->private_value; in input_vol_put()
279 static int input_sel_info(struct snd_kcontrol *ctl, in input_sel_info() argument
289 static int input_sel_get(struct snd_kcontrol *ctl, in input_sel_get() argument
292 struct oxygen *chip = ctl->private_data; in input_sel_get()
301 static int input_sel_put(struct snd_kcontrol *ctl, in input_sel_put() argument
304 struct oxygen *chip = ctl->private_data; in input_sel_put()
330 static int hpf_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) in hpf_info() argument
337 static int hpf_get(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in hpf_get() argument
339 struct oxygen *chip = ctl->private_data; in hpf_get()
347 static int hpf_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in hpf_put() argument
349 struct oxygen *chip = ctl->private_data; in hpf_put()