Lines Matching refs:snd_kcontrol
141 struct snd_kcontrol *cd_volume_ctl;
142 struct snd_kcontrol *cd_switch_ctl;
733 static int snd_dummy_volume_info(struct snd_kcontrol *kcontrol, in snd_dummy_volume_info()
743 static int snd_dummy_volume_get(struct snd_kcontrol *kcontrol, in snd_dummy_volume_get()
756 static int snd_dummy_volume_put(struct snd_kcontrol *kcontrol, in snd_dummy_volume_put()
792 static int snd_dummy_capsrc_get(struct snd_kcontrol *kcontrol, in snd_dummy_capsrc_get()
805 static int snd_dummy_capsrc_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_dummy_capsrc_put()
822 static int snd_dummy_iobox_info(struct snd_kcontrol *kcontrol, in snd_dummy_iobox_info()
830 static int snd_dummy_iobox_get(struct snd_kcontrol *kcontrol, in snd_dummy_iobox_get()
839 static int snd_dummy_iobox_put(struct snd_kcontrol *kcontrol, in snd_dummy_iobox_put()
896 struct snd_kcontrol *kcontrol; in snd_card_dummy_new_mixer()