Lines Matching defs:ctl
47 static int output_select_info(struct snd_kcontrol *ctl,
59 static int output_select_get(struct snd_kcontrol *ctl,
62 struct oxygen *chip = ctl->private_data;
71 static int output_select_put(struct snd_kcontrol *ctl,
74 struct oxygen *chip = ctl->private_data;
94 static int hp_stereo_volume_info(struct snd_kcontrol *ctl,
104 static int hp_stereo_volume_get(struct snd_kcontrol *ctl,
107 struct oxygen *chip = ctl->private_data;
120 static int hp_stereo_volume_put(struct snd_kcontrol *ctl,
123 struct oxygen *chip = ctl->private_data;
150 static int hp_mute_get(struct snd_kcontrol *ctl,
153 struct oxygen *chip = ctl->private_data;
163 static int hp_mute_put(struct snd_kcontrol *ctl,
166 struct oxygen *chip = ctl->private_data;
198 static int input_vol_info(struct snd_kcontrol *ctl,
208 static int input_vol_get(struct snd_kcontrol *ctl,
211 struct oxygen *chip = ctl->private_data;
213 unsigned int idx = ctl->private_value;
222 static int input_vol_put(struct snd_kcontrol *ctl,
225 struct oxygen *chip = ctl->private_data;
227 unsigned int idx = ctl->private_value;
269 static int input_sel_info(struct snd_kcontrol *ctl,
279 static int input_sel_get(struct snd_kcontrol *ctl,
282 struct oxygen *chip = ctl->private_data;
291 static int input_sel_put(struct snd_kcontrol *ctl,
294 struct oxygen *chip = ctl->private_data;
320 static int hpf_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info)
327 static int hpf_get(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value)
329 struct oxygen *chip = ctl->private_data;
337 static int hpf_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value)
339 struct oxygen *chip = ctl->private_data;