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