Unverified Commit 164e5dc1 authored by Uday M Bhat's avatar Uday M Bhat Committed by Mark Brown
Browse files

ASoC: Intel: sof_sdw: Add support for Rex soundwire

parent dea4138d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -461,6 +461,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
		},
		.driver_data = (void *)(RT711_JD2_100K),
	},
	{
		.callback = sof_sdw_quirk_cb,
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Google"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Rex"),
		},
		.driver_data = (void *)(SOF_SDW_PCH_DMIC),
	},
	/* LunarLake devices */
	{
		.callback = sof_sdw_quirk_cb,