• Home
  • Raw
  • Download

Lines Matching refs:kcontrol

127 static int stac9460_dac_mute_get(struct snd_kcontrol *kcontrol,  in stac9460_dac_mute_get()  argument
130 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_mute_get()
137 if (kcontrol->private_value) { in stac9460_dac_mute_get()
141 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in stac9460_dac_mute_get()
154 static int stac9460_dac_mute_put(struct snd_kcontrol *kcontrol, in stac9460_dac_mute_put() argument
157 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_mute_put()
162 if (kcontrol->private_value) { in stac9460_dac_mute_put()
173 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in stac9460_dac_mute_put()
195 static int stac9460_dac_vol_info(struct snd_kcontrol *kcontrol, in stac9460_dac_vol_info() argument
205 static int stac9460_dac_vol_get(struct snd_kcontrol *kcontrol, in stac9460_dac_vol_get() argument
208 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_vol_get()
212 if (kcontrol->private_value) { in stac9460_dac_vol_get()
216 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in stac9460_dac_vol_get()
227 static int stac9460_dac_vol_put(struct snd_kcontrol *kcontrol, in stac9460_dac_vol_put() argument
230 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_dac_vol_put()
235 if (kcontrol->private_value) { in stac9460_dac_vol_put()
246 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in stac9460_dac_vol_put()
272 static int stac9460_adc_mute_get(struct snd_kcontrol *kcontrol, in stac9460_adc_mute_get() argument
275 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_mute_get()
279 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in stac9460_adc_mute_get()
294 static int stac9460_adc_mute_put(struct snd_kcontrol *kcontrol, in stac9460_adc_mute_put() argument
297 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_mute_put()
302 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in stac9460_adc_mute_put()
330 static int stac9460_adc_vol_info(struct snd_kcontrol *kcontrol, in stac9460_adc_vol_info() argument
340 static int stac9460_adc_vol_get(struct snd_kcontrol *kcontrol, in stac9460_adc_vol_get() argument
343 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_vol_get()
347 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in stac9460_adc_vol_get()
364 static int stac9460_adc_vol_put(struct snd_kcontrol *kcontrol, in stac9460_adc_vol_put() argument
367 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_adc_vol_put()
372 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in stac9460_adc_vol_put()
400 static int stac9460_mic_sw_info(struct snd_kcontrol *kcontrol, in stac9460_mic_sw_info() argument
409 static int stac9460_mic_sw_get(struct snd_kcontrol *kcontrol, in stac9460_mic_sw_get() argument
412 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_mic_sw_get()
416 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in stac9460_mic_sw_get()
425 static int stac9460_mic_sw_put(struct snd_kcontrol *kcontrol, in stac9460_mic_sw_put() argument
428 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in stac9460_mic_sw_put()
432 id = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in stac9460_mic_sw_put()