Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6db0948 authored by Richard Fitzgerald's avatar Richard Fitzgerald Committed by Mark Brown
Browse files

ASoC: wm_adsp: Remove unused member of struct wm_coeff_ctl_ops



The xinfo member of struct wm_coeff_ctl_ops is never used.

Signed-off-by: default avatarRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6298117a
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -482,8 +482,6 @@ struct wm_coeff_ctl_ops {
		    struct snd_ctl_elem_value *ucontrol);
		    struct snd_ctl_elem_value *ucontrol);
	int (*xput)(struct snd_kcontrol *kcontrol,
	int (*xput)(struct snd_kcontrol *kcontrol,
		    struct snd_ctl_elem_value *ucontrol);
		    struct snd_ctl_elem_value *ucontrol);
	int (*xinfo)(struct snd_kcontrol *kcontrol,
		     struct snd_ctl_elem_info *uinfo);
};
};


struct wm_coeff_ctl {
struct wm_coeff_ctl {