summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm_adsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm_adsp.h')
-rw-r--r--sound/soc/codecs/wm_adsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.h b/sound/soc/codecs/wm_adsp.h
index 33c9b5283d26..0b2205a5c42f 100644
--- a/sound/soc/codecs/wm_adsp.h
+++ b/sound/soc/codecs/wm_adsp.h
@@ -32,6 +32,7 @@ struct wm_adsp_alg_region {
};
struct wm_adsp_compr;
+struct wm_adsp_compr_buf;
struct wm_adsp {
const char *part;
@@ -63,6 +64,7 @@ struct wm_adsp {
struct work_struct boot_work;
struct wm_adsp_compr *compr;
+ struct wm_adsp_compr_buf *buffer;
struct mutex pwr_lock;