diff options
author | Jeeja KP <jeeja.kp@intel.com> | 2016-08-24 08:33:15 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-01 16:27:41 -0400 |
commit | 0b6d76bbd5e223d33ccdd73f3a717692d500d221 (patch) | |
tree | 926b888b6caedce1ad0926d48b7cd1d1e761ad63 /sound | |
parent | fc94733e56481d1e3d1ed0038f87cf105793effa (diff) |
ASoC: Intel: Skylake: Fix DMA control config size
DMA control IPC structure wrong config array length,
So corrected the size
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/intel/skylake/skl-topology.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.h b/sound/soc/intel/skylake/skl-topology.h index 96fa86d0f93a..37f45cc32a44 100644 --- a/sound/soc/intel/skylake/skl-topology.h +++ b/sound/soc/intel/skylake/skl-topology.h | |||
@@ -133,7 +133,7 @@ struct skl_i2s_config_blob { | |||
133 | struct skl_dma_control { | 133 | struct skl_dma_control { |
134 | u32 node_id; | 134 | u32 node_id; |
135 | u32 config_length; | 135 | u32 config_length; |
136 | u32 config_data[1]; | 136 | u32 config_data[0]; |
137 | } __packed; | 137 | } __packed; |
138 | 138 | ||
139 | struct skl_cpr_cfg { | 139 | struct skl_cpr_cfg { |