Lines Matching defs:kcontrol

241 static int ak4396_dac_vol_info(struct snd_kcontrol *kcontrol,
251 static int ak4396_dac_vol_get(struct snd_kcontrol *kcontrol,
254 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
264 static int ak4396_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
266 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
350 static int wm_dac_vol_info(struct snd_kcontrol *kcontrol,
360 static int wm_dac_vol_get(struct snd_kcontrol *kcontrol,
363 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
373 static int wm_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
375 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
397 static int wm8766_vol_info(struct snd_kcontrol *kcontrol,
400 int voices = kcontrol->private_value >> 8;
408 static int wm8766_vol_get(struct snd_kcontrol *kcontrol,
411 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
415 voices = kcontrol->private_value >> 8;
416 ofs = kcontrol->private_value & 0xff;
422 static int wm8766_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
424 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
429 voices = kcontrol->private_value >> 8;
430 ofs = kcontrol->private_value & 0xff;
449 static int wm_master_vol_info(struct snd_kcontrol *kcontrol,
459 static int wm_master_vol_get(struct snd_kcontrol *kcontrol,
462 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
470 static int wm_master_vol_put(struct snd_kcontrol *kcontrol,
473 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
504 static int wm_adc_mux_enum_info(struct snd_kcontrol *kcontrol,
533 static int wm_adc_mux_enum_get(struct snd_kcontrol *kcontrol,
536 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
544 static int wm_adc_mux_enum_put(struct snd_kcontrol *kcontrol,
547 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
572 static int wm_adc_vol_info(struct snd_kcontrol *kcontrol,
582 static int wm_adc_vol_get(struct snd_kcontrol *kcontrol,
585 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
599 static int wm_adc_vol_put(struct snd_kcontrol *kcontrol,
602 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
626 static int wm_adc_mux_get(struct snd_kcontrol *kcontrol,
629 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
630 int bit = kcontrol->private_value;
639 static int wm_adc_mux_put(struct snd_kcontrol *kcontrol,
642 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
643 int bit = kcontrol->private_value;
666 static int wm_bypass_get(struct snd_kcontrol *kcontrol,
669 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
678 static int wm_bypass_put(struct snd_kcontrol *kcontrol,
681 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
704 static int wm_chswap_get(struct snd_kcontrol *kcontrol,
707 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
716 static int wm_chswap_put(struct snd_kcontrol *kcontrol,
719 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);