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 <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>
1 parent 5afc29b commit cccb586

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)