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