• Home
  • Raw
  • Download

Lines Matching defs:ctl

28 static int dac_volume_info(struct snd_kcontrol *ctl,  in dac_volume_info()
40 static int dac_volume_get(struct snd_kcontrol *ctl, in dac_volume_get()
53 static int dac_volume_put(struct snd_kcontrol *ctl, in dac_volume_put()
73 static int dac_mute_get(struct snd_kcontrol *ctl, in dac_mute_get()
84 static int dac_mute_put(struct snd_kcontrol *ctl, in dac_mute_put()
100 static int upmix_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) in upmix_info()
117 static int upmix_get(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in upmix_get()
172 static int upmix_put(struct snd_kcontrol *ctl, struct snd_ctl_elem_value *value) in upmix_put()
191 static int spdif_switch_get(struct snd_kcontrol *ctl, in spdif_switch_get()
266 static int spdif_switch_put(struct snd_kcontrol *ctl, in spdif_switch_put()
284 static int spdif_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info) in spdif_info()
324 static int spdif_default_get(struct snd_kcontrol *ctl, in spdif_default_get()
335 static int spdif_default_put(struct snd_kcontrol *ctl, in spdif_default_put()
354 static int spdif_mask_get(struct snd_kcontrol *ctl, in spdif_mask_get()
364 static int spdif_pcm_get(struct snd_kcontrol *ctl, in spdif_pcm_get()
375 static int spdif_pcm_put(struct snd_kcontrol *ctl, in spdif_pcm_put()
394 static int spdif_input_mask_get(struct snd_kcontrol *ctl, in spdif_input_mask_get()
404 static int spdif_input_default_get(struct snd_kcontrol *ctl, in spdif_input_default_get()
418 static int spdif_loopback_get(struct snd_kcontrol *ctl, in spdif_loopback_get()
429 static int spdif_loopback_put(struct snd_kcontrol *ctl, in spdif_loopback_put()
449 static int monitor_volume_info(struct snd_kcontrol *ctl, in monitor_volume_info()
459 static int monitor_get(struct snd_kcontrol *ctl, in monitor_get()
471 static int monitor_put(struct snd_kcontrol *ctl, in monitor_put()
493 static int ac97_switch_get(struct snd_kcontrol *ctl, in ac97_switch_get()
531 static int ac97_switch_put(struct snd_kcontrol *ctl, in ac97_switch_put()
575 static int ac97_volume_info(struct snd_kcontrol *ctl, in ac97_volume_info()
585 static int ac97_volume_get(struct snd_kcontrol *ctl, in ac97_volume_get()
601 static int ac97_volume_put(struct snd_kcontrol *ctl, in ac97_volume_put()
624 static int ac97_fp_rec_volume_info(struct snd_kcontrol *ctl, in ac97_fp_rec_volume_info()
634 static int ac97_fp_rec_volume_get(struct snd_kcontrol *ctl, in ac97_fp_rec_volume_get()
648 static int ac97_fp_rec_volume_put(struct snd_kcontrol *ctl, in ac97_fp_rec_volume_put()
911 static void oxygen_any_ctl_free(struct snd_kcontrol *ctl) in oxygen_any_ctl_free()
937 struct snd_kcontrol *ctl; in add_controls() local