Skip to content

Commit 980914e

Browse files
charleskeepaxsmb49
authored andcommitted
ASoC: Intel: soc-acpi: arl: Fix some missing empty terminators
BugLink: https://bugs.launchpad.net/bugs/2106394 Fixes: c052406 ("ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43 laptops") Signed-off-by: Charles Keepax<[email protected]> Signed-off-by: Bard Liao<[email protected]> Link:https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown<[email protected]> (cherry picked from commit cccb586) Signed-off-by: Aaron Ma<[email protected]> Acked-by: Kuba Pawlak <[email protected]> Acked-by: Tim Whisonant <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent 78cb312 commit 980914e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/intel/common/soc-acpi-intel-arl-match.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ static const struct snd_soc_acpi_link_adr arl_cs42l43_l0[] = {
233233
.num_adr = ARRAY_SIZE(cs42l43_0_adr),
234234
.adr_d = cs42l43_0_adr,
235235
},
236+
{}
236237
};
237238

238239
static const struct snd_soc_acpi_link_adr arl_cs42l43_l2[] = {
@@ -241,6 +242,7 @@ static const struct snd_soc_acpi_link_adr arl_cs42l43_l2[] = {
241242
.num_adr = ARRAY_SIZE(cs42l43_2_adr),
242243
.adr_d = cs42l43_2_adr,
243244
},
245+
{}
244246
};
245247

246248
static const struct snd_soc_acpi_link_adr arl_cs42l43_l2_cs35l56_l3[] = {

0 commit comments

Comments
 (0)