Lines Matching refs:snd_kcontrol
514 static int qtet_mute_get(struct snd_kcontrol *kcontrol, in qtet_mute_get()
524 static int qtet_mute_put(struct snd_kcontrol *kcontrol, in qtet_mute_put()
552 static int qtet_ain12_enum_info(struct snd_kcontrol *kcontrol, in qtet_ain12_enum_info()
560 static int qtet_ain12_sw_get(struct snd_kcontrol *kcontrol, in qtet_ain12_sw_get()
585 static int qtet_ain12_sw_put(struct snd_kcontrol *kcontrol, in qtet_ain12_sw_put()
629 static int qtet_php_get(struct snd_kcontrol *kcontrol, in qtet_php_get()
640 static int qtet_php_put(struct snd_kcontrol *kcontrol, in qtet_php_put()
694 static int qtet_enum_info(struct snd_kcontrol *kcontrol, in qtet_enum_info()
703 static int qtet_sw_get(struct snd_kcontrol *kcontrol, in qtet_sw_get()
714 static int qtet_sw_put(struct snd_kcontrol *kcontrol, in qtet_sw_put()
790 static struct snd_kcontrol *ctl_find(struct snd_card *card, in ctl_find()
802 struct snd_kcontrol *master, char * const *list) in add_slaves()
805 struct snd_kcontrol *slave = ctl_find(card, *list); in add_slaves()
815 struct snd_kcontrol *vmaster; in qtet_add_controls()