Unverified Commit da6d7db8 authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: soc-acpi-intel-ptl-match: add empty item to ptl_cs42l43_l3[]



An empty item is required to terminate the look up loop.

Fixes: ac5b4a24 ("ASoC: Intel: soc-acpi-intel-ptl-match: Add cs42l43 support")

Signed-off-by: default avatarBard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: default avatarNaveen Manohar <naveen.m@intel.com>
Reviewed-by: default avatarRanjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://patch.msgid.link/20250423055722.6920-1-yung-chuan.liao@linux.intel.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 70ad2e6b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -431,7 +431,8 @@ static const struct snd_soc_acpi_link_adr ptl_cs42l43_l3[] = {
		.mask = BIT(3),
		.num_adr = ARRAY_SIZE(cs42l43_3_adr),
		.adr_d = cs42l43_3_adr,
	}
	},
	{}
};

static const struct snd_soc_acpi_link_adr ptl_rt722_only[] = {