提交 b76e3f93 编写于 作者: V Vinod Koul 提交者: Mark Brown

ASoC: Intel: Skylake: Fix missing sentinels in sst_acpi_mach

Couple of instances of sst_acpi_mach were having missing sentinels
so add them up
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 5b43af6d
...@@ -941,6 +941,7 @@ static struct sst_acpi_mach sst_bxtp_devdata[] = { ...@@ -941,6 +941,7 @@ static struct sst_acpi_mach sst_bxtp_devdata[] = {
.machine_quirk = sst_acpi_codec_list, .machine_quirk = sst_acpi_codec_list,
.quirk_data = &bxt_codecs, .quirk_data = &bxt_codecs,
}, },
{}
}; };
static struct sst_acpi_mach sst_kbl_devdata[] = { static struct sst_acpi_mach sst_kbl_devdata[] = {
...@@ -991,6 +992,7 @@ static struct sst_acpi_mach sst_glk_devdata[] = { ...@@ -991,6 +992,7 @@ static struct sst_acpi_mach sst_glk_devdata[] = {
.drv_name = "glk_alc298s_i2s", .drv_name = "glk_alc298s_i2s",
.fw_filename = "intel/dsp_fw_glk.bin", .fw_filename = "intel/dsp_fw_glk.bin",
}, },
{}
}; };
/* PCI IDs */ /* PCI IDs */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册