diff options
Diffstat (limited to 'sound/soc/codecs/wm_adsp.h')
| -rw-r--r-- | sound/soc/codecs/wm_adsp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.h b/sound/soc/codecs/wm_adsp.h index fea514627526..6e890b916592 100644 --- a/sound/soc/codecs/wm_adsp.h +++ b/sound/soc/codecs/wm_adsp.h | |||
| @@ -30,6 +30,7 @@ struct wm_adsp_alg_region { | |||
| 30 | unsigned int alg; | 30 | unsigned int alg; |
| 31 | int type; | 31 | int type; |
| 32 | unsigned int base; | 32 | unsigned int base; |
| 33 | size_t len; | ||
| 33 | }; | 34 | }; |
| 34 | 35 | ||
| 35 | struct wm_adsp { | 36 | struct wm_adsp { |
| @@ -55,6 +56,8 @@ struct wm_adsp { | |||
| 55 | bool running; | 56 | bool running; |
| 56 | 57 | ||
| 57 | struct regulator *dvfs; | 58 | struct regulator *dvfs; |
| 59 | |||
| 60 | struct wm_coeff *wm_coeff; | ||
| 58 | }; | 61 | }; |
| 59 | 62 | ||
| 60 | #define WM_ADSP1(wname, num) \ | 63 | #define WM_ADSP1(wname, num) \ |
