projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
606e21f
)
ASoC: Intel: Skylake: Fix missing sentinel in sst_acpi_mach
author
Guneshwor Singh
<guneshwor.o.singh@intel.com>
Mon, 9 Oct 2017 05:50:32 +0000
(11:20 +0530)
committer
Mark Brown
<broonie@kernel.org>
Fri, 13 Oct 2017 19:25:23 +0000
(20:25 +0100)
To make it consistent, add sentinel for sst_cnl_devdata also.
Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/skylake/skl.c
b/sound/soc/intel/skylake/skl.c
index
143ade3
..
4abbd90
100644
(file)
--- a/
sound/soc/intel/skylake/skl.c
+++ b/
sound/soc/intel/skylake/skl.c
@@
-1011,6
+1011,7
@@
static const struct sst_acpi_mach sst_cnl_devdata[] = {
.fw_filename = "intel/dsp_fw_cnl.bin",
.pdata = &cnl_pdata,
},
+ {}
};
/* PCI IDs */