Lines Matching refs:kcontrol
419 struct snd_kcontrol *kcontrol, int event) in wm8958_aif_ev() argument
456 static int wm8958_put_mbc_enum(struct snd_kcontrol *kcontrol, in wm8958_put_mbc_enum() argument
459 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_put_mbc_enum()
478 static int wm8958_get_mbc_enum(struct snd_kcontrol *kcontrol, in wm8958_get_mbc_enum() argument
481 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_get_mbc_enum()
489 static int wm8958_mbc_info(struct snd_kcontrol *kcontrol, in wm8958_mbc_info() argument
499 static int wm8958_mbc_get(struct snd_kcontrol *kcontrol, in wm8958_mbc_get() argument
502 int mbc = kcontrol->private_value; in wm8958_mbc_get()
503 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_mbc_get()
511 static int wm8958_mbc_put(struct snd_kcontrol *kcontrol, in wm8958_mbc_put() argument
514 int mbc = kcontrol->private_value; in wm8958_mbc_put()
515 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_mbc_put()
546 static int wm8958_put_vss_enum(struct snd_kcontrol *kcontrol, in wm8958_put_vss_enum() argument
549 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_put_vss_enum()
568 static int wm8958_get_vss_enum(struct snd_kcontrol *kcontrol, in wm8958_get_vss_enum() argument
571 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_get_vss_enum()
579 static int wm8958_put_vss_hpf_enum(struct snd_kcontrol *kcontrol, in wm8958_put_vss_hpf_enum() argument
582 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_put_vss_hpf_enum()
601 static int wm8958_get_vss_hpf_enum(struct snd_kcontrol *kcontrol, in wm8958_get_vss_hpf_enum() argument
604 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_get_vss_hpf_enum()
612 static int wm8958_vss_info(struct snd_kcontrol *kcontrol, in wm8958_vss_info() argument
622 static int wm8958_vss_get(struct snd_kcontrol *kcontrol, in wm8958_vss_get() argument
625 int vss = kcontrol->private_value; in wm8958_vss_get()
626 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_vss_get()
634 static int wm8958_vss_put(struct snd_kcontrol *kcontrol, in wm8958_vss_put() argument
637 int vss = kcontrol->private_value; in wm8958_vss_put()
638 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_vss_put()
673 static int wm8958_hpf_info(struct snd_kcontrol *kcontrol, in wm8958_hpf_info() argument
683 static int wm8958_hpf_get(struct snd_kcontrol *kcontrol, in wm8958_hpf_get() argument
686 int hpf = kcontrol->private_value; in wm8958_hpf_get()
687 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_hpf_get()
698 static int wm8958_hpf_put(struct snd_kcontrol *kcontrol, in wm8958_hpf_put() argument
701 int hpf = kcontrol->private_value; in wm8958_hpf_put()
702 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_hpf_put()
746 static int wm8958_put_enh_eq_enum(struct snd_kcontrol *kcontrol, in wm8958_put_enh_eq_enum() argument
749 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_put_enh_eq_enum()
768 static int wm8958_get_enh_eq_enum(struct snd_kcontrol *kcontrol, in wm8958_get_enh_eq_enum() argument
771 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_get_enh_eq_enum()
779 static int wm8958_enh_eq_info(struct snd_kcontrol *kcontrol, in wm8958_enh_eq_info() argument
789 static int wm8958_enh_eq_get(struct snd_kcontrol *kcontrol, in wm8958_enh_eq_get() argument
792 int eq = kcontrol->private_value; in wm8958_enh_eq_get()
793 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_enh_eq_get()
801 static int wm8958_enh_eq_put(struct snd_kcontrol *kcontrol, in wm8958_enh_eq_put() argument
804 int eq = kcontrol->private_value; in wm8958_enh_eq_put()
805 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); in wm8958_enh_eq_put()