Lines Matching defs:kcontrol
285 static int wm_pcm_mute_get(struct snd_kcontrol *kcontrol,
288 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
297 static int wm_pcm_mute_put(struct snd_kcontrol *kcontrol,
300 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
318 static int wm_master_vol_info(struct snd_kcontrol *kcontrol,
328 static int wm_master_vol_get(struct snd_kcontrol *kcontrol,
331 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
340 static int wm_master_vol_put(struct snd_kcontrol *kcontrol,
343 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
464 static int wm_vol_info(struct snd_kcontrol *kcontrol,
467 int voices = kcontrol->private_value >> 8;
475 static int wm_vol_get(struct snd_kcontrol *kcontrol,
478 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
482 voices = kcontrol->private_value >> 8;
483 ofs = kcontrol->private_value & 0xff;
490 static int wm_vol_put(struct snd_kcontrol *kcontrol,
493 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
498 voices = kcontrol->private_value >> 8;
499 ofs = kcontrol->private_value & 0xff;
522 static int wm_mute_info(struct snd_kcontrol *kcontrol,
525 uinfo->count = kcontrol->private_value >> 8;
531 static int wm_mute_get(struct snd_kcontrol *kcontrol,
534 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
538 voices = kcontrol->private_value >> 8;
539 ofs = kcontrol->private_value & 0xFF;
547 static int wm_mute_put(struct snd_kcontrol *kcontrol,
550 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
554 voices = kcontrol->private_value >> 8;
555 ofs = kcontrol->private_value & 0xFF;
580 static int wm_master_mute_get(struct snd_kcontrol *kcontrol,
583 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
593 static int wm_master_mute_put(struct snd_kcontrol *kcontrol,
596 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
625 static int wm_pcm_vol_info(struct snd_kcontrol *kcontrol,
635 static int wm_pcm_vol_get(struct snd_kcontrol *kcontrol,
638 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
649 static int wm_pcm_vol_put(struct snd_kcontrol *kcontrol,
652 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
677 static int phase28_deemp_get(struct snd_kcontrol *kcontrol,
680 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
686 static int phase28_deemp_put(struct snd_kcontrol *kcontrol,
689 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
715 static int phase28_oversampling_get(struct snd_kcontrol *kcontrol,
718 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);
724 static int phase28_oversampling_put(struct snd_kcontrol *kcontrol,
728 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol);