Merge branch 'for-next' into for-linus

This commit is contained in:
Takashi Iwai
2020-03-30 09:46:51 +02:00
52 changed files with 1160 additions and 386 deletions

View File

@@ -2699,7 +2699,7 @@ struct dsp_image_seg {
u32 magic;
u32 chip_addr;
u32 count;
u32 data[0];
u32 data[];
};
static const u32 g_magic_value = 0x4c46584d;