diff options
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | 2017-05-24 10:59:39 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-24 18:10:51 +0100 |
commit | f6db09488f58372909728cea5a7c063ebf78f386 (patch) | |
tree | ee9492039d509939a2b881d4101e27d1b795691f /sound/soc | |
parent | 6298117a5c5c5c5217b59640d6df7fe078fa7d88 (diff) | |
download | talos-obmc-linux-f6db09488f58372909728cea5a7c063ebf78f386.tar.gz talos-obmc-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/soc')
-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 { |