Lines Matching refs:kcontrol
268 static int snd_miro_get_capture(struct snd_kcontrol *kcontrol, in snd_miro_get_capture() argument
271 struct snd_miro *miro = snd_kcontrol_chip(kcontrol); in snd_miro_get_capture()
286 static int snd_miro_put_capture(struct snd_kcontrol *kcontrol, in snd_miro_put_capture() argument
289 struct snd_miro *miro = snd_kcontrol_chip(kcontrol); in snd_miro_put_capture()
307 static int snd_miro_info_preamp(struct snd_kcontrol *kcontrol, in snd_miro_info_preamp() argument
318 static int snd_miro_get_preamp(struct snd_kcontrol *kcontrol, in snd_miro_get_preamp() argument
321 struct snd_miro *miro = snd_kcontrol_chip(kcontrol); in snd_miro_get_preamp()
348 static int snd_miro_put_preamp(struct snd_kcontrol *kcontrol, in snd_miro_put_preamp() argument
351 struct snd_miro *miro = snd_kcontrol_chip(kcontrol); in snd_miro_put_preamp()
371 static int snd_miro_get_amp(struct snd_kcontrol *kcontrol, in snd_miro_get_amp() argument
374 struct snd_miro *miro = snd_kcontrol_chip(kcontrol); in snd_miro_get_amp()
380 static int snd_miro_put_amp(struct snd_kcontrol *kcontrol, in snd_miro_put_amp() argument
383 struct snd_miro *miro = snd_kcontrol_chip(kcontrol); in snd_miro_put_amp()
410 static int snd_miro_info_double(struct snd_kcontrol *kcontrol, in snd_miro_info_double() argument
413 int reg = kcontrol->private_value & 0xff; in snd_miro_info_double()
435 static int snd_miro_get_double(struct snd_kcontrol *kcontrol, in snd_miro_get_double() argument
438 struct snd_miro *miro = snd_kcontrol_chip(kcontrol); in snd_miro_get_double()
441 int right_reg = kcontrol->private_value & 0xff; in snd_miro_get_double()
483 static int snd_miro_put_double(struct snd_kcontrol *kcontrol, in snd_miro_put_double() argument
486 struct snd_miro *miro = snd_kcontrol_chip(kcontrol); in snd_miro_put_double()
495 setreg_right = (kcontrol->private_value >> 8) & 0xff; in snd_miro_put_double()
500 getreg_right = kcontrol->private_value & 0xff; in snd_miro_put_double()