Lines Matching refs:kcontrol
635 static int snd_cx88_volume_info(struct snd_kcontrol *kcontrol, in snd_cx88_volume_info() argument
646 static int snd_cx88_volume_get(struct snd_kcontrol *kcontrol, in snd_cx88_volume_get() argument
649 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_volume_get()
661 static void snd_cx88_wm8775_volume_put(struct snd_kcontrol *kcontrol, in snd_cx88_wm8775_volume_put() argument
664 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_wm8775_volume_put()
683 static int snd_cx88_volume_put(struct snd_kcontrol *kcontrol, in snd_cx88_volume_put() argument
686 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_volume_put()
693 snd_cx88_wm8775_volume_put(kcontrol, value); in snd_cx88_volume_put()
733 static int snd_cx88_switch_get(struct snd_kcontrol *kcontrol, in snd_cx88_switch_get() argument
736 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_switch_get()
738 u32 bit = kcontrol->private_value; in snd_cx88_switch_get()
744 static int snd_cx88_switch_put(struct snd_kcontrol *kcontrol, in snd_cx88_switch_put() argument
747 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_switch_put()
749 u32 bit = kcontrol->private_value; in snd_cx88_switch_put()
785 static int snd_cx88_alc_get(struct snd_kcontrol *kcontrol, in snd_cx88_alc_get() argument
788 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_alc_get()
797 static int snd_cx88_alc_put(struct snd_kcontrol *kcontrol, in snd_cx88_alc_put() argument
800 snd_cx88_card_t *chip = snd_kcontrol_chip(kcontrol); in snd_cx88_alc_put()