Lines Matching refs:kcontrol
634 static int n##_control_get(struct snd_kcontrol *kcontrol, \
637 struct gpio_runtime *gpio = snd_kcontrol_chip(kcontrol); \
643 static int n##_control_put(struct snd_kcontrol *kcontrol, \
646 struct gpio_runtime *gpio = snd_kcontrol_chip(kcontrol); \
666 static int detect_choice_get(struct snd_kcontrol *kcontrol, in detect_choice_get() argument
669 struct layout_dev *ldev = snd_kcontrol_chip(kcontrol); in detect_choice_get()
671 switch (kcontrol->private_value) { in detect_choice_get()
684 static int detect_choice_put(struct snd_kcontrol *kcontrol, in detect_choice_put() argument
687 struct layout_dev *ldev = snd_kcontrol_chip(kcontrol); in detect_choice_put()
689 switch (kcontrol->private_value) { in detect_choice_put()
722 static int detected_get(struct snd_kcontrol *kcontrol, in detected_get() argument
725 struct layout_dev *ldev = snd_kcontrol_chip(kcontrol); in detected_get()
728 switch (kcontrol->private_value) { in detected_get()