Lines Matching defs:kcontrol

113 static int stac9460_dac_mute_get(struct snd_kcontrol *kcontrol,
116 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
123 if (kcontrol->private_value) {
127 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
140 static int stac9460_dac_mute_put(struct snd_kcontrol *kcontrol,
143 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
148 if (kcontrol->private_value) {
159 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
181 static int stac9460_dac_vol_info(struct snd_kcontrol *kcontrol,
191 static int stac9460_dac_vol_get(struct snd_kcontrol *kcontrol,
194 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
198 if (kcontrol->private_value) {
202 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
213 static int stac9460_dac_vol_put(struct snd_kcontrol *kcontrol,
216 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
221 if (kcontrol->private_value) {
232 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
258 static int stac9460_adc_mute_get(struct snd_kcontrol *kcontrol,
261 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
265 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
280 static int stac9460_adc_mute_put(struct snd_kcontrol *kcontrol,
283 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
288 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
316 static int stac9460_adc_vol_info(struct snd_kcontrol *kcontrol,
326 static int stac9460_adc_vol_get(struct snd_kcontrol *kcontrol,
329 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
333 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
350 static int stac9460_adc_vol_put(struct snd_kcontrol *kcontrol,
353 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
358 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
386 static int stac9460_mic_sw_info(struct snd_kcontrol *kcontrol,
395 static int stac9460_mic_sw_get(struct snd_kcontrol *kcontrol,
398 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
402 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
411 static int stac9460_mic_sw_put(struct snd_kcontrol *kcontrol,
414 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
418 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);