diff options
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | 2017-05-24 11:59:39 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-24 19:10:51 +0200 |
commit | f6db09488f58372909728cea5a7c063ebf78f386 (patch) | |
tree | ee9492039d509939a2b881d4101e27d1b795691f /sound | |
parent | ASoC: wm_adsp: Fix type warning in sprintf (diff) | |
download | linux-f6db09488f58372909728cea5a7c063ebf78f386.tar.xz linux-f6db09488f58372909728cea5a7c063ebf78f386.zip |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm_adsp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index a7dc76030ee4..5aff83be375c 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -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 { |