Browse Source

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: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Richard Fitzgerald 8 years ago
parent
commit
f6db09488f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      sound/soc/codecs/wm_adsp.c

+ 0 - 2
sound/soc/codecs/wm_adsp.c

@@ -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 {