mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 07:02:23 +00:00
ASoC: Intel: sof_sdw: Add support for Rex soundwire
Add rex entry in the soundwire quirk table Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Yong Zhi <yong.zhi@intel.com> Signed-off-by: Uday M Bhat <uday.m.bhat@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20230602202225.249209-28-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
dea4138d77
commit
164e5dc175
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user