Lines Matching defs:ctl
16 static int dac_volume_info(struct snd_kcontrol *ctl, in dac_volume_info()
28 static int dac_volume_get(struct snd_kcontrol *ctl, in dac_volume_get()
41 static int dac_volume_put(struct snd_kcontrol *ctl, in dac_volume_put()
61 static int dac_mute_get(struct snd_kcontrol *ctl, in dac_mute_get()
72 static int dac_mute_put(struct snd_kcontrol *ctl, in dac_mute_put()
98 static int upmix_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) in upmix_info()
113 static int upmix_get(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in upmix_get()
183 static int upmix_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in upmix_put()
201 static int spdif_switch_get(struct snd_kcontrol *ctl, in spdif_switch_get()
276 static int spdif_switch_put(struct snd_kcontrol *ctl, in spdif_switch_put()
294 static int spdif_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) in spdif_info()
334 static int spdif_default_get(struct snd_kcontrol *ctl, in spdif_default_get()
345 static int spdif_default_put(struct snd_kcontrol *ctl, in spdif_default_put()
364 static int spdif_mask_get(struct snd_kcontrol *ctl, in spdif_mask_get()
374 static int spdif_pcm_get(struct snd_kcontrol *ctl, in spdif_pcm_get()
385 static int spdif_pcm_put(struct snd_kcontrol *ctl, in spdif_pcm_put()
404 static int spdif_input_mask_get(struct snd_kcontrol *ctl, in spdif_input_mask_get()
414 static int spdif_input_default_get(struct snd_kcontrol *ctl, in spdif_input_default_get()
428 static int spdif_bit_switch_get(struct snd_kcontrol *ctl, in spdif_bit_switch_get()
439 static int spdif_bit_switch_put(struct snd_kcontrol *ctl, in spdif_bit_switch_put()
460 static int monitor_volume_info(struct snd_kcontrol *ctl, in monitor_volume_info()
470 static int monitor_get(struct snd_kcontrol *ctl, in monitor_get()
482 static int monitor_put(struct snd_kcontrol *ctl, in monitor_put()
504 static int ac97_switch_get(struct snd_kcontrol *ctl, in ac97_switch_get()
542 static int ac97_switch_put(struct snd_kcontrol *ctl, in ac97_switch_put()
586 static int ac97_volume_info(struct snd_kcontrol *ctl, in ac97_volume_info()
598 static int ac97_volume_get(struct snd_kcontrol *ctl, in ac97_volume_get()
619 static int ac97_volume_put(struct snd_kcontrol *ctl, in ac97_volume_put()
646 static int mic_fmic_source_info(struct snd_kcontrol *ctl, in mic_fmic_source_info()
654 static int mic_fmic_source_get(struct snd_kcontrol *ctl, in mic_fmic_source_get()
666 static int mic_fmic_source_put(struct snd_kcontrol *ctl, in mic_fmic_source_put()
686 static int ac97_fp_rec_volume_info(struct snd_kcontrol *ctl, in ac97_fp_rec_volume_info()
696 static int ac97_fp_rec_volume_get(struct snd_kcontrol *ctl, in ac97_fp_rec_volume_get()
710 static int ac97_fp_rec_volume_put(struct snd_kcontrol *ctl, in ac97_fp_rec_volume_put()
1019 static void oxygen_any_ctl_free(struct snd_kcontrol *ctl) in oxygen_any_ctl_free()
1045 struct snd_kcontrol *ctl; in add_controls() local