Lines Matching refs:kcontrol
299 static int wm_pcm_mute_get(struct snd_kcontrol *kcontrol, in wm_pcm_mute_get() argument
302 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_mute_get()
311 static int wm_pcm_mute_put(struct snd_kcontrol *kcontrol, in wm_pcm_mute_put() argument
314 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_mute_put()
332 static int wm_master_vol_info(struct snd_kcontrol *kcontrol, in wm_master_vol_info() argument
342 static int wm_master_vol_get(struct snd_kcontrol *kcontrol, in wm_master_vol_get() argument
345 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_vol_get()
354 static int wm_master_vol_put(struct snd_kcontrol *kcontrol, in wm_master_vol_put() argument
357 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_vol_put()
478 static int wm_vol_info(struct snd_kcontrol *kcontrol, in wm_vol_info() argument
481 int voices = kcontrol->private_value >> 8; in wm_vol_info()
489 static int wm_vol_get(struct snd_kcontrol *kcontrol, in wm_vol_get() argument
492 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_vol_get()
496 voices = kcontrol->private_value >> 8; in wm_vol_get()
497 ofs = kcontrol->private_value & 0xff; in wm_vol_get()
504 static int wm_vol_put(struct snd_kcontrol *kcontrol, in wm_vol_put() argument
507 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_vol_put()
512 voices = kcontrol->private_value >> 8; in wm_vol_put()
513 ofs = kcontrol->private_value & 0xff; in wm_vol_put()
536 static int wm_mute_info(struct snd_kcontrol *kcontrol, in wm_mute_info() argument
539 uinfo->count = kcontrol->private_value >> 8; in wm_mute_info()
545 static int wm_mute_get(struct snd_kcontrol *kcontrol, in wm_mute_get() argument
548 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_mute_get()
552 voices = kcontrol->private_value >> 8; in wm_mute_get()
553 ofs = kcontrol->private_value & 0xFF; in wm_mute_get()
561 static int wm_mute_put(struct snd_kcontrol *kcontrol, in wm_mute_put() argument
564 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_mute_put()
568 voices = kcontrol->private_value >> 8; in wm_mute_put()
569 ofs = kcontrol->private_value & 0xFF; in wm_mute_put()
594 static int wm_master_mute_get(struct snd_kcontrol *kcontrol, in wm_master_mute_get() argument
597 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_mute_get()
607 static int wm_master_mute_put(struct snd_kcontrol *kcontrol, in wm_master_mute_put() argument
610 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_mute_put()
639 static int wm_pcm_vol_info(struct snd_kcontrol *kcontrol, in wm_pcm_vol_info() argument
649 static int wm_pcm_vol_get(struct snd_kcontrol *kcontrol, in wm_pcm_vol_get() argument
652 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_vol_get()
663 static int wm_pcm_vol_put(struct snd_kcontrol *kcontrol, in wm_pcm_vol_put() argument
666 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_vol_put()
691 static int phase28_deemp_get(struct snd_kcontrol *kcontrol, in phase28_deemp_get() argument
694 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in phase28_deemp_get()
700 static int phase28_deemp_put(struct snd_kcontrol *kcontrol, in phase28_deemp_put() argument
703 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in phase28_deemp_put()
729 static int phase28_oversampling_get(struct snd_kcontrol *kcontrol, in phase28_oversampling_get() argument
732 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in phase28_oversampling_get()
738 static int phase28_oversampling_put(struct snd_kcontrol *kcontrol, in phase28_oversampling_put() argument
742 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in phase28_oversampling_put()