• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/

Lines Matching defs:kcontrol

84 static int stac9460_dac_mute_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
93 static int stac9460_dac_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
95 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
99 if (kcontrol->private_value)
102 idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + STAC946X_LF_VOLUME;
108 static int stac9460_dac_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
110 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
115 if (kcontrol->private_value)
118 idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + STAC946X_LF_VOLUME;
131 static int stac9460_dac_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
140 static int stac9460_dac_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
142 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
146 if (kcontrol->private_value)
149 idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + STAC946X_LF_VOLUME;
156 static int stac9460_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
158 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
163 if (kcontrol->private_value)
166 idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + STAC946X_LF_VOLUME;
180 static int stac9460_adc_mute_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
189 static int stac9460_adc_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
191 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
203 static int stac9460_adc_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
205 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
225 static int stac9460_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
234 static int stac9460_adc_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
236 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
249 static int stac9460_adc_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
251 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
268 static int stac9460_mic_sw_info(struct snd_kcontrol *kcontrol,
285 static int stac9460_mic_sw_get(struct snd_kcontrol *kcontrol,
288 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
296 static int stac9460_mic_sw_put(struct snd_kcontrol *kcontrol,
299 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
508 static int ak4114_input_sw_info(struct snd_kcontrol *kcontrol,
523 static int ak4114_input_sw_get(struct snd_kcontrol *kcontrol,
526 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
537 static int ak4114_input_sw_put(struct snd_kcontrol *kcontrol,
540 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);