aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl.c
diff options
context:
space:
mode:
authorGuneshwor Singh <guneshwor.o.singh@intel.com>2017-10-09 11:20:32 +0530
committerMark Brown <broonie@kernel.org>2017-10-13 20:25:23 +0100
commit364497aca1f5fdf220bd314e0550881b97d2f0fc (patch)
treed6abf4d26cd85fc884a7493176f9d9067936771b /sound/soc/intel/skylake/skl.c
parentASoC: Intel: Skylake: Add dai load ops for dais from topology (diff)
downloadlinux-dev-364497aca1f5fdf220bd314e0550881b97d2f0fc.tar.xz
linux-dev-364497aca1f5fdf220bd314e0550881b97d2f0fc.zip
ASoC: Intel: Skylake: Fix missing sentinel in sst_acpi_mach
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>
Diffstat (limited to '')
-rw-r--r--sound/soc/intel/skylake/skl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c
index 143ade31562f..4abbd90e394c 100644
--- 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 */