projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc94733
)
ASoC: Intel: Skylake: Fix DMA control config size
author
Jeeja KP
<jeeja.kp@intel.com>
Wed, 24 Aug 2016 12:33:15 +0000
(18:03 +0530)
committer
Mark Brown
<broonie@kernel.org>
Thu, 1 Sep 2016 20:27:41 +0000
(21:27 +0100)
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>
sound/soc/intel/skylake/skl-topology.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/skylake/skl-topology.h
b/sound/soc/intel/skylake/skl-topology.h
index 96fa86d0f93aa3157b39e5a7eac9214d532c922e..37f45cc32a44a273e2e3610c3012a33f1a8275a7 100644
(file)
--- 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 {
struct skl_dma_control {
u32 node_id;
u32 config_length;
- u32 config_data[
1
];
+ u32 config_data[
0
];
} __packed;
struct skl_cpr_cfg {