diff options
Diffstat (limited to 'sound/soc/codecs/wm_adsp.h')
-rw-r--r-- | sound/soc/codecs/wm_adsp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.h b/sound/soc/codecs/wm_adsp.h index feb61e2c4bb4..be3b5bcb7f17 100644 --- a/sound/soc/codecs/wm_adsp.h +++ b/sound/soc/codecs/wm_adsp.h | |||
@@ -19,6 +19,10 @@ | |||
19 | 19 | ||
20 | #include "wmfw.h" | 20 | #include "wmfw.h" |
21 | 21 | ||
22 | /* Return values for wm_adsp_compr_handle_irq */ | ||
23 | #define WM_ADSP_COMPR_OK 0 | ||
24 | #define WM_ADSP_COMPR_VOICE_TRIGGER 1 | ||
25 | |||
22 | struct wm_adsp_region { | 26 | struct wm_adsp_region { |
23 | int type; | 27 | int type; |
24 | unsigned int base; | 28 | unsigned int base; |