Lines Matching defs:kcontrol

173 static int snd_ak4113_in_error_info(struct snd_kcontrol *kcontrol,
183 static int snd_ak4113_in_error_get(struct snd_kcontrol *kcontrol,
186 struct ak4113 *chip = snd_kcontrol_chip(kcontrol);
190 chip->errors[kcontrol->private_value];
191 chip->errors[kcontrol->private_value] = 0;
198 static int snd_ak4113_in_bit_get(struct snd_kcontrol *kcontrol,
201 struct ak4113 *chip = snd_kcontrol_chip(kcontrol);
202 unsigned char reg = kcontrol->private_value & 0xff;
203 unsigned char bit = (kcontrol->private_value >> 8) & 0xff;
204 unsigned char inv = (kcontrol->private_value >> 31) & 1;
211 static int snd_ak4113_rx_info(struct snd_kcontrol *kcontrol,
221 static int snd_ak4113_rx_get(struct snd_kcontrol *kcontrol,
224 struct ak4113 *chip = snd_kcontrol_chip(kcontrol);
231 static int snd_ak4113_rx_put(struct snd_kcontrol *kcontrol,
234 struct ak4113 *chip = snd_kcontrol_chip(kcontrol);
249 static int snd_ak4113_rate_info(struct snd_kcontrol *kcontrol,
259 static int snd_ak4113_rate_get(struct snd_kcontrol *kcontrol,
262 struct ak4113 *chip = snd_kcontrol_chip(kcontrol);
269 static int snd_ak4113_spdif_info(struct snd_kcontrol *kcontrol,
277 static int snd_ak4113_spdif_get(struct snd_kcontrol *kcontrol,
280 struct ak4113 *chip = snd_kcontrol_chip(kcontrol);
289 static int snd_ak4113_spdif_mask_info(struct snd_kcontrol *kcontrol,
297 static int snd_ak4113_spdif_mask_get(struct snd_kcontrol *kcontrol,
304 static int snd_ak4113_spdif_pinfo(struct snd_kcontrol *kcontrol,
314 static int snd_ak4113_spdif_pget(struct snd_kcontrol *kcontrol,
317 struct ak4113 *chip = snd_kcontrol_chip(kcontrol);
331 static int snd_ak4113_spdif_qinfo(struct snd_kcontrol *kcontrol,
339 static int snd_ak4113_spdif_qget(struct snd_kcontrol *kcontrol,
342 struct ak4113 *chip = snd_kcontrol_chip(kcontrol);