Lines Matching refs:kcontrol

157 static int snd_ak4117_in_error_info(struct snd_kcontrol *kcontrol,  in snd_ak4117_in_error_info()  argument
167 static int snd_ak4117_in_error_get(struct snd_kcontrol *kcontrol, in snd_ak4117_in_error_get() argument
170 struct ak4117 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4117_in_error_get()
174 ptr = (long *)(((char *)chip) + kcontrol->private_value); in snd_ak4117_in_error_get()
183 static int snd_ak4117_in_bit_get(struct snd_kcontrol *kcontrol, in snd_ak4117_in_bit_get() argument
186 struct ak4117 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4117_in_bit_get()
187 unsigned char reg = kcontrol->private_value & 0xff; in snd_ak4117_in_bit_get()
188 unsigned char bit = (kcontrol->private_value >> 8) & 0xff; in snd_ak4117_in_bit_get()
189 unsigned char inv = (kcontrol->private_value >> 31) & 1; in snd_ak4117_in_bit_get()
195 static int snd_ak4117_rx_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_info() argument
205 static int snd_ak4117_rx_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_get() argument
208 struct ak4117 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4117_rx_get()
214 static int snd_ak4117_rx_put(struct snd_kcontrol *kcontrol, in snd_ak4117_rx_put() argument
217 struct ak4117 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4117_rx_put()
230 static int snd_ak4117_rate_info(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_info() argument
240 static int snd_ak4117_rate_get(struct snd_kcontrol *kcontrol, in snd_ak4117_rate_get() argument
243 struct ak4117 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4117_rate_get()
249 static int snd_ak4117_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4117_spdif_info() argument
256 static int snd_ak4117_spdif_get(struct snd_kcontrol *kcontrol, in snd_ak4117_spdif_get() argument
259 struct ak4117 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4117_spdif_get()
267 static int snd_ak4117_spdif_mask_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinf… in snd_ak4117_spdif_mask_info() argument
274 static int snd_ak4117_spdif_mask_get(struct snd_kcontrol *kcontrol, in snd_ak4117_spdif_mask_get() argument
281 static int snd_ak4117_spdif_pinfo(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4117_spdif_pinfo() argument
290 static int snd_ak4117_spdif_pget(struct snd_kcontrol *kcontrol, in snd_ak4117_spdif_pget() argument
293 struct ak4117 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4117_spdif_pget()
305 static int snd_ak4117_spdif_qinfo(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_ak4117_spdif_qinfo() argument
312 static int snd_ak4117_spdif_qget(struct snd_kcontrol *kcontrol, in snd_ak4117_spdif_qget() argument
315 struct ak4117 *chip = snd_kcontrol_chip(kcontrol); in snd_ak4117_spdif_qget()