Skip to content

Commit

Permalink
ASoC: Intel: soc-acpi: arl: Fix some missing empty terminators
Browse files Browse the repository at this point in the history
Fixes: b92cd1b ("ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43 laptops")
Signed-off-by: Charles Keepax <[email protected]>
  • Loading branch information
charleskeepax authored and bardliao committed Sep 30, 2024
1 parent 53d3189 commit 8cc1a16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/intel/common/soc-acpi-intel-arl-match.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand All @@ -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[] = {
Expand Down

0 comments on commit 8cc1a16

Please sign in to comment.