diff options
author | Guneshwor Singh <guneshwor.o.singh@intel.com> | 2017-10-09 08:50:32 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-10-13 22:25:23 +0300 |
commit | 364497aca1f5fdf220bd314e0550881b97d2f0fc (patch) | |
tree | d6abf4d26cd85fc884a7493176f9d9067936771b /sound/soc/intel | |
parent | 606e21fd6f43b9be8c7d9df8bc415f1637fbeb04 (diff) | |
download | linux-364497aca1f5fdf220bd314e0550881b97d2f0fc.tar.xz |
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')
-rw-r--r-- | sound/soc/intel/skylake/skl.c | 1 |
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 */ |