Lines Matching refs:snd_kcontrol
509 static int qtet_mute_get(struct snd_kcontrol *kcontrol, in qtet_mute_get()
519 static int qtet_mute_put(struct snd_kcontrol *kcontrol, in qtet_mute_put()
547 static int qtet_ain12_enum_info(struct snd_kcontrol *kcontrol, in qtet_ain12_enum_info()
555 static int qtet_ain12_sw_get(struct snd_kcontrol *kcontrol, in qtet_ain12_sw_get()
580 static int qtet_ain12_sw_put(struct snd_kcontrol *kcontrol, in qtet_ain12_sw_put()
624 static int qtet_php_get(struct snd_kcontrol *kcontrol, in qtet_php_get()
635 static int qtet_php_put(struct snd_kcontrol *kcontrol, in qtet_php_put()
689 static int qtet_enum_info(struct snd_kcontrol *kcontrol, in qtet_enum_info()
698 static int qtet_sw_get(struct snd_kcontrol *kcontrol, in qtet_sw_get()
709 static int qtet_sw_put(struct snd_kcontrol *kcontrol, in qtet_sw_put()
785 static struct snd_kcontrol *ctl_find(struct snd_card *card, in ctl_find()
797 struct snd_kcontrol *master, char * const *list) in add_slaves()
800 struct snd_kcontrol *slave = ctl_find(card, *list); in add_slaves()
810 struct snd_kcontrol *vmaster; in qtet_add_controls()