Lines Matching refs:kcontrol
561 static int snd_cx88_volume_info(struct snd_kcontrol *kcontrol, in snd_cx88_volume_info() argument
572 static int snd_cx88_volume_get(struct snd_kcontrol *kcontrol, in snd_cx88_volume_get() argument
575 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_volume_get()
587 static void snd_cx88_wm8775_volume_put(struct snd_kcontrol *kcontrol, in snd_cx88_wm8775_volume_put() argument
590 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_wm8775_volume_put()
609 static int snd_cx88_volume_put(struct snd_kcontrol *kcontrol, in snd_cx88_volume_put() argument
612 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_volume_put()
619 snd_cx88_wm8775_volume_put(kcontrol, value); in snd_cx88_volume_put()
659 static int snd_cx88_switch_get(struct snd_kcontrol *kcontrol, in snd_cx88_switch_get() argument
662 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_switch_get()
664 u32 bit = kcontrol->private_value; in snd_cx88_switch_get()
670 static int snd_cx88_switch_put(struct snd_kcontrol *kcontrol, in snd_cx88_switch_put() argument
673 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_switch_put()
675 u32 bit = kcontrol->private_value; in snd_cx88_switch_put()
711 static int snd_cx88_alc_get(struct snd_kcontrol *kcontrol, in snd_cx88_alc_get() argument
714 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_alc_get()
723 static int snd_cx88_alc_put(struct snd_kcontrol *kcontrol, in snd_cx88_alc_put() argument
726 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_alc_put()