Lines Matching refs:kcontrol

509 static int qtet_mute_get(struct snd_kcontrol *kcontrol,  in qtet_mute_get()  argument
512 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_mute_get()
519 static int qtet_mute_put(struct snd_kcontrol *kcontrol, in qtet_mute_put() argument
522 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_mute_put()
547 static int qtet_ain12_enum_info(struct snd_kcontrol *kcontrol, in qtet_ain12_enum_info() argument
555 static int qtet_ain12_sw_get(struct snd_kcontrol *kcontrol, in qtet_ain12_sw_get() argument
558 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_ain12_sw_get()
580 static int qtet_ain12_sw_put(struct snd_kcontrol *kcontrol, in qtet_ain12_sw_put() argument
583 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_ain12_sw_put()
624 static int qtet_php_get(struct snd_kcontrol *kcontrol, in qtet_php_get() argument
627 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_php_get()
635 static int qtet_php_put(struct snd_kcontrol *kcontrol, in qtet_php_put() argument
638 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_php_put()
689 static int qtet_enum_info(struct snd_kcontrol *kcontrol, in qtet_enum_info() argument
693 qtet_privates[kcontrol->private_value]; in qtet_enum_info()
698 static int qtet_sw_get(struct snd_kcontrol *kcontrol, in qtet_sw_get() argument
702 qtet_privates[kcontrol->private_value]; in qtet_sw_get()
703 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_sw_get()
709 static int qtet_sw_put(struct snd_kcontrol *kcontrol, in qtet_sw_put() argument
713 qtet_privates[kcontrol->private_value]; in qtet_sw_put()
714 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_sw_put()