ASoC: Intel: Skylake: Fix missing sentinel in sst_acpi_mach
authorGuneshwor Singh <guneshwor.o.singh@intel.com>
Mon, 9 Oct 2017 05:50:32 +0000 (11:20 +0530)
committerMark 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

index 143ade3..4abbd90 100644 (file)
@@ -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 */