Lines Matching refs:kcontrol

255 static int ak4396_dac_vol_info(struct snd_kcontrol *kcontrol,  in ak4396_dac_vol_info()  argument
265 static int ak4396_dac_vol_get(struct snd_kcontrol *kcontrol, in ak4396_dac_vol_get() argument
268 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in ak4396_dac_vol_get()
278 static int ak4396_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in ak4396_dac_vol_put() argument
280 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in ak4396_dac_vol_put()
383 static int wm_dac_vol_info(struct snd_kcontrol *kcontrol, in wm_dac_vol_info() argument
393 static int wm_dac_vol_get(struct snd_kcontrol *kcontrol, in wm_dac_vol_get() argument
396 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_dac_vol_get()
406 static int wm_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_dac_vol_put() argument
408 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_dac_vol_put()
430 static int wm8766_vol_info(struct snd_kcontrol *kcontrol, in wm8766_vol_info() argument
433 int voices = kcontrol->private_value >> 8; in wm8766_vol_info()
441 static int wm8766_vol_get(struct snd_kcontrol *kcontrol, in wm8766_vol_get() argument
444 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm8766_vol_get()
448 voices = kcontrol->private_value >> 8; in wm8766_vol_get()
449 ofs = kcontrol->private_value & 0xff; in wm8766_vol_get()
455 static int wm8766_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm8766_vol_put() argument
457 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm8766_vol_put()
462 voices = kcontrol->private_value >> 8; in wm8766_vol_put()
463 ofs = kcontrol->private_value & 0xff; in wm8766_vol_put()
482 static int wm_master_vol_info(struct snd_kcontrol *kcontrol, in wm_master_vol_info() argument
492 static int wm_master_vol_get(struct snd_kcontrol *kcontrol, in wm_master_vol_get() argument
495 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_vol_get()
503 static int wm_master_vol_put(struct snd_kcontrol *kcontrol, in wm_master_vol_put() argument
506 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_vol_put()
537 static int wm_adc_mux_enum_info(struct snd_kcontrol *kcontrol, in wm_adc_mux_enum_info() argument
566 static int wm_adc_mux_enum_get(struct snd_kcontrol *kcontrol, in wm_adc_mux_enum_get() argument
569 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_enum_get()
577 static int wm_adc_mux_enum_put(struct snd_kcontrol *kcontrol, in wm_adc_mux_enum_put() argument
580 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_enum_put()
605 static int wm_adc_vol_info(struct snd_kcontrol *kcontrol, in wm_adc_vol_info() argument
615 static int wm_adc_vol_get(struct snd_kcontrol *kcontrol, in wm_adc_vol_get() argument
618 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_get()
632 static int wm_adc_vol_put(struct snd_kcontrol *kcontrol, in wm_adc_vol_put() argument
635 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_put()
659 static int wm_adc_mux_get(struct snd_kcontrol *kcontrol, in wm_adc_mux_get() argument
662 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_get()
663 int bit = kcontrol->private_value; in wm_adc_mux_get()
672 static int wm_adc_mux_put(struct snd_kcontrol *kcontrol, in wm_adc_mux_put() argument
675 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_put()
676 int bit = kcontrol->private_value; in wm_adc_mux_put()
699 static int wm_bypass_get(struct snd_kcontrol *kcontrol, in wm_bypass_get() argument
702 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_bypass_get()
711 static int wm_bypass_put(struct snd_kcontrol *kcontrol, in wm_bypass_put() argument
714 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_bypass_put()
737 static int wm_chswap_get(struct snd_kcontrol *kcontrol, in wm_chswap_get() argument
740 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_chswap_get()
749 static int wm_chswap_put(struct snd_kcontrol *kcontrol, in wm_chswap_put() argument
752 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_chswap_put()