summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl.c
diff options
context:
space:
mode:
authorGuneshwor Singh2017-10-09 07:50:32 +0200
committerMark Brown2017-10-13 21:25:23 +0200
commit364497aca1f5fdf220bd314e0550881b97d2f0fc (patch)
treed6abf4d26cd85fc884a7493176f9d9067936771b /sound/soc/intel/skylake/skl.c
parentASoC: Intel: Skylake: Add dai load ops for dais from topology (diff)
downloadkernel-qcow2-linux-364497aca1f5fdf220bd314e0550881b97d2f0fc.tar.gz
kernel-qcow2-linux-364497aca1f5fdf220bd314e0550881b97d2f0fc.tar.xz
kernel-qcow2-linux-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 'sound/soc/intel/skylake/skl.c')
-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 */