Lines Matching refs:kcontrol

183 static int snd_ak4114_in_error_info(struct snd_kcontrol *kcontrol,  in snd_ak4114_in_error_info()  argument
193 static int snd_ak4114_in_error_get(struct snd_kcontrol *kcontrol, in snd_ak4114_in_error_get() argument
196 struct ak4114 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4114_in_error_get()
200 ptr = (long *)(((char *)chip) + kcontrol->private_value); in snd_ak4114_in_error_get()
209 static int snd_ak4114_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4114_in_bit_get() argument
212 struct ak4114 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4114_in_bit_get()
213 unsigned char reg = kcontrol->private_value & 0xff; in snd_ak4114_in_bit_get()
214 unsigned char bit = (kcontrol->private_value >> 8) & 0xff; in snd_ak4114_in_bit_get()
215 unsigned char inv = (kcontrol->private_value >> 31) & 1; in snd_ak4114_in_bit_get()
221 static int snd_ak4114_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4114_rate_info() argument
231 static int snd_ak4114_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4114_rate_get() argument
234 struct ak4114 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4114_rate_get()
240 static int snd_ak4114_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4114_spdif_info() argument
247 static int snd_ak4114_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_get() argument
250 struct ak4114 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4114_spdif_get()
258 static int snd_ak4114_spdif_playback_get(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_playback_get() argument
261 struct ak4114 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4114_spdif_playback_get()
269 static int snd_ak4114_spdif_playback_put(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_playback_put() argument
272 struct ak4114 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4114_spdif_playback_put()
280 static int snd_ak4114_spdif_mask_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinf… in snd_ak4114_spdif_mask_info() argument
287 static int snd_ak4114_spdif_mask_get(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_mask_get() argument
294 static int snd_ak4114_spdif_pinfo(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4114_spdif_pinfo() argument
303 static int snd_ak4114_spdif_pget(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_pget() argument
306 struct ak4114 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4114_spdif_pget()
318 static int snd_ak4114_spdif_qinfo(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4114_spdif_qinfo() argument
325 static int snd_ak4114_spdif_qget(struct snd_kcontrol *kcontrol, in snd_ak4114_spdif_qget() argument
328 struct ak4114 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4114_spdif_qget()