]> www.infradead.org Git - users/hch/dma-mapping.git/commitdiff
ASoC: Intel: soc-acpi: arl: Fix some missing empty terminators
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 1 Oct 2024 06:17:38 +0000 (14:17 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 1 Oct 2024 11:07:47 +0000 (12:07 +0100)
Fixes: c0524067653d ("ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43 laptops")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20241001061738.34854-3-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/soc-acpi-intel-arl-match.c

index c97c961187dd5e1c9a98ea64622823a182cd5e74..072b8486d0727c4c35b8ecd04018bf67ef9a0b33 100644 (file)
@@ -191,6 +191,7 @@ static const struct snd_soc_acpi_link_adr arl_cs42l43_l0[] = {
                .num_adr = ARRAY_SIZE(cs42l43_0_adr),
                .adr_d = cs42l43_0_adr,
        },
+       {}
 };
 
 static const struct snd_soc_acpi_link_adr arl_cs42l43_l2[] = {
@@ -199,6 +200,7 @@ static const struct snd_soc_acpi_link_adr arl_cs42l43_l2[] = {
                .num_adr = ARRAY_SIZE(cs42l43_2_adr),
                .adr_d = cs42l43_2_adr,
        },
+       {}
 };
 
 static const struct snd_soc_acpi_link_adr arl_cs42l43_l2_cs35l56_l3[] = {