Skip to content

Commit cd62161

Browse files
committed
ASoC: wm_adsp: Update VPU CoreType and MemoryType to match generic MCU type
Change-Id: I358cc59c3c8e67981ab4493cc549e4541fda0c41 Signed-off-by: Andrew Ford <[email protected]>
1 parent 8f4e4e7 commit cd62161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/soc/codecs/wmfw.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ struct wmfw_coeff_item {
205205
#define WMFW_ADSP1 1
206206
#define WMFW_ADSP2 2
207207
#define WMFW_HALO 4
208-
#define WMFW_VPU 0x44
208+
#define WMFW_VPU 0x45
209209

210210
#define WMFW_ABSOLUTE 0xf0
211211
#define WMFW_ALGORITHM_DATA 0xf2
@@ -225,6 +225,6 @@ struct wmfw_coeff_item {
225225
#define WMFW_HALO_XM_PACKED 0x11
226226
#define WMFW_HALO_YM_PACKED 0x12
227227

228-
#define WMFW_VPU_DM 0x20
228+
#define WMFW_VPU_DM 0x30
229229

230230
#endif

0 commit comments

Comments
 (0)