summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2015-04-13 13:28:00 +0100
committerMark Brown <broonie@kernel.org>2015-04-27 15:38:25 +0100
commitec184cfcb9303dd2e8620a2db902dd64e477f229 (patch)
tree42942a3e9838be41b12f4a9747128b024b4dfba8 /sound/soc/codecs/wm_adsp.c
parentd9d20e17eabaf34847fec07dbb402707008f3140 (diff)
downloadop-kernel-dev-ec184cfcb9303dd2e8620a2db902dd64e477f229.zip
op-kernel-dev-ec184cfcb9303dd2e8620a2db902dd64e477f229.tar.gz
ASoC: wm_adsp: Remove private field from wm_coeff_ctl
The private field in wm_coeff_ctl is currently unused and given the controls are entirely handled within the ADSP code it is not clear what it would be used for in the future. Remove the field for now it can be readded if it is ever required. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm_adsp.c')
-rw-r--r--sound/soc/codecs/wm_adsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 9283d08..d6e8913 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -232,7 +232,6 @@ struct wm_coeff_ctl {
struct wm_adsp_alg_region alg_region;
struct wm_coeff_ctl_ops ops;
struct wm_adsp *dsp;
- void *private;
unsigned int enabled:1;
struct list_head list;
void *cache;
OpenPOWER on IntegriCloud