Commit e768f4e1 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'asoc/topic/adsp' into asoc-next

parents 0ee6f750 0c2e3f34
This diff is collapsed.
...@@ -30,6 +30,7 @@ struct wm_adsp_alg_region { ...@@ -30,6 +30,7 @@ struct wm_adsp_alg_region {
unsigned int alg; unsigned int alg;
int type; int type;
unsigned int base; unsigned int base;
size_t len;
}; };
struct wm_adsp { struct wm_adsp {
...@@ -55,6 +56,8 @@ struct wm_adsp { ...@@ -55,6 +56,8 @@ struct wm_adsp {
bool running; bool running;
struct regulator *dvfs; struct regulator *dvfs;
struct wm_coeff *wm_coeff;
}; };
#define WM_ADSP1(wname, num) \ #define WM_ADSP1(wname, num) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment