Lines Matching defs:kcontrol

100 static int wm_dac_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
109 static int wm_dac_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
111 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
125 static int wm_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
127 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
155 static int wm_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
164 static int wm_adc_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
166 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
180 static int wm_adc_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
182 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
206 static int wm_adc_mux_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
208 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
209 int bit = kcontrol->private_value;
217 static int wm_adc_mux_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
219 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
220 int bit = kcontrol->private_value;
243 static int wm_bypass_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
245 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
253 static int wm_bypass_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
255 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
278 static int wm_chswap_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
280 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
288 static int wm_chswap_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
290 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
399 static int cs_source_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
409 static int cs_source_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
411 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
419 static int cs_source_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
421 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
440 static int pontis_gpio_mask_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
449 static int pontis_gpio_mask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
451 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
459 static int pontis_gpio_mask_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
461 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
473 static int pontis_gpio_dir_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
475 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
483 static int pontis_gpio_dir_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
485 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
497 static int pontis_gpio_data_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
499 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
508 static int pontis_gpio_data_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
510 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);