Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b6d76bb authored by Jeeja KP's avatar Jeeja KP Committed by Mark Brown
Browse files

ASoC: Intel: Skylake: Fix DMA control config size



DMA control IPC structure wrong config array length,
So corrected the size

Signed-off-by: default avatarJeeja KP <jeeja.kp@intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent fc94733e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ struct skl_i2s_config_blob {
struct skl_dma_control {
	u32 node_id;
	u32 config_length;
	u32 config_data[1];
	u32 config_data[0];
} __packed;

struct skl_cpr_cfg {