summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm_adsp.h
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2015-04-13 15:27:55 +0300
committerMark Brown <broonie@kernel.org>2015-04-27 17:38:24 +0300
commit6958eb2ab206127ca92c00047a86816e125fc06b (patch)
treeaeccb6334232b58a586e90b0074d9ce85a8dc7d6 /sound/soc/codecs/wm_adsp.h
parent3809f00159d31a6c92b557e09c7ca8e22b62ae7c (diff)
downloadlinux-6958eb2ab206127ca92c00047a86816e125fc06b.tar.xz
ASoC: wm_adsp: Remove len field from wm_adsp_alg_region
The algorithm region information in the firmware doesn't contain a length field, explicitly pass this to the create_control function rather than bundling into wm_adsp_alg_region. 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.h')
-rw-r--r--sound/soc/codecs/wm_adsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.h b/sound/soc/codecs/wm_adsp.h
index fc75a24242b0..0ad14e04196b 100644
--- a/sound/soc/codecs/wm_adsp.h
+++ b/sound/soc/codecs/wm_adsp.h
@@ -30,7 +30,6 @@ struct wm_adsp_alg_region {
unsigned int alg;
int type;
unsigned int base;
- size_t len;
};
struct wm_adsp {