ASoC: wm_adsp: Remove unused member of struct wm_coeff_ctl_ops
authorRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Wed, 24 May 2017 09:59:39 +0000 (10:59 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 24 May 2017 17:10:51 +0000 (18:10 +0100)
The xinfo member of struct wm_coeff_ctl_ops is never used.

Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm_adsp.c

index a7dc760..5aff83b 100644 (file)
@@ -482,8 +482,6 @@ struct wm_coeff_ctl_ops {
                    struct snd_ctl_elem_value *ucontrol);
        int (*xput)(struct snd_kcontrol *kcontrol,
                    struct snd_ctl_elem_value *ucontrol);
-       int (*xinfo)(struct snd_kcontrol *kcontrol,
-                    struct snd_ctl_elem_info *uinfo);
 };
 
 struct wm_coeff_ctl {