• 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

74 static int stac9460_dac_mute_info(struct snd_kcontrol *kcontrol,
83 static int stac9460_dac_mute_get(struct snd_kcontrol *kcontrol,
86 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
90 if (kcontrol->private_value) {
94 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
105 static int stac9460_dac_mute_put(struct snd_kcontrol *kcontrol,
108 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
113 if (kcontrol->private_value) {
124 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
146 static int stac9460_dac_vol_info(struct snd_kcontrol *kcontrol,
156 static int stac9460_dac_vol_get(struct snd_kcontrol *kcontrol,
159 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
163 if (kcontrol->private_value) {
167 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
178 static int stac9460_dac_vol_put(struct snd_kcontrol *kcontrol,
181 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
186 if (kcontrol->private_value) {
197 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
221 static int stac9460_adc_mute_info(struct snd_kcontrol *kcontrol,
231 static int stac9460_adc_mute_get(struct snd_kcontrol *kcontrol,
234 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
238 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
253 static int stac9460_adc_mute_put(struct snd_kcontrol *kcontrol,
256 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
261 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
289 static int stac9460_adc_vol_info(struct snd_kcontrol *kcontrol,
299 static int stac9460_adc_vol_get(struct snd_kcontrol *kcontrol,
302 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
306 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
323 static int stac9460_adc_vol_put(struct snd_kcontrol *kcontrol,
326 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
331 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
360 static int stac9460_mic_sw_info(struct snd_kcontrol *kcontrol,
370 static int stac9460_mic_sw_get(struct snd_kcontrol *kcontrol,
373 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
377 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
386 static int stac9460_mic_sw_put(struct snd_kcontrol *kcontrol,
389 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
393 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);