Lines Matching refs:kcontrol
514 static int qtet_mute_get(struct snd_kcontrol *kcontrol, in qtet_mute_get() argument
517 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_mute_get()
524 static int qtet_mute_put(struct snd_kcontrol *kcontrol, in qtet_mute_put() argument
527 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_mute_put()
552 static int qtet_ain12_enum_info(struct snd_kcontrol *kcontrol, in qtet_ain12_enum_info() argument
560 static int qtet_ain12_sw_get(struct snd_kcontrol *kcontrol, in qtet_ain12_sw_get() argument
563 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_ain12_sw_get()
585 static int qtet_ain12_sw_put(struct snd_kcontrol *kcontrol, in qtet_ain12_sw_put() argument
588 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_ain12_sw_put()
629 static int qtet_php_get(struct snd_kcontrol *kcontrol, in qtet_php_get() argument
632 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_php_get()
640 static int qtet_php_put(struct snd_kcontrol *kcontrol, in qtet_php_put() argument
643 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_php_put()
694 static int qtet_enum_info(struct snd_kcontrol *kcontrol, in qtet_enum_info() argument
698 qtet_privates[kcontrol->private_value]; in qtet_enum_info()
703 static int qtet_sw_get(struct snd_kcontrol *kcontrol, in qtet_sw_get() argument
707 qtet_privates[kcontrol->private_value]; in qtet_sw_get()
708 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_sw_get()
714 static int qtet_sw_put(struct snd_kcontrol *kcontrol, in qtet_sw_put() argument
718 qtet_privates[kcontrol->private_value]; in qtet_sw_put()
719 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in qtet_sw_put()