projects
/
openwrt
/
staging
/
blogic.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 143ade31562f836d8a9926485f5b409352082292..4abbd90e394c38879f8044c4bf2d1162a32aa054 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 */