mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
Merge remote-tracking branch 'asoc/topic/adsp' into asoc-next
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -30,6 +30,7 @@ struct wm_adsp_alg_region {
|
||||
unsigned int alg;
|
||||
int type;
|
||||
unsigned int base;
|
||||
size_t len;
|
||||
};
|
||||
|
||||
struct wm_adsp {
|
||||
@@ -55,6 +56,8 @@ struct wm_adsp {
|
||||
bool running;
|
||||
|
||||
struct regulator *dvfs;
|
||||
|
||||
struct wm_coeff *wm_coeff;
|
||||
};
|
||||
|
||||
#define WM_ADSP1(wname, num) \
|
||||
|
||||
Reference in New Issue
Block a user