Skip to content

Commit cccb586

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: Intel: soc-acpi: arl: Fix some missing empty terminators
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]>
1 parent 5afc29b commit cccb586

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
@@ -191,6 +191,7 @@ static const struct snd_soc_acpi_link_adr arl_cs42l43_l0[] = {
191191
.num_adr = ARRAY_SIZE(cs42l43_0_adr),
192192
.adr_d = cs42l43_0_adr,
193193
},
194+
{}
194195
};
195196

196197
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[] = {
199200
.num_adr = ARRAY_SIZE(cs42l43_2_adr),
200201
.adr_d = cs42l43_2_adr,
201202
},
203+
{}
202204
};
203205

204206
static const struct snd_soc_acpi_link_adr arl_cs42l43_l2_cs35l56_l3[] = {

0 commit comments

Comments
 (0)