mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
ASoC: Intel: sof_sdw: add quirk for new ADL-P Rvp
[ Upstream commit d25bbe8048 ]
Add quirks for jack detection, rt711 DAI and DMIC
Reviewed-by: Bard Liao <bard.liao@intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Vamshi Krishna Gopal <vamshi.krishna.gopal@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210415175013.192862-6-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
e3a2982bf6
commit
4ac5823083
|
|
@ -187,6 +187,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
|
||||||
SOF_RT715_DAI_ID_FIX |
|
SOF_RT715_DAI_ID_FIX |
|
||||||
SOF_SDW_FOUR_SPK),
|
SOF_SDW_FOUR_SPK),
|
||||||
},
|
},
|
||||||
|
/* AlderLake devices */
|
||||||
|
{
|
||||||
|
.callback = sof_sdw_quirk_cb,
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "Alder Lake Client Platform"),
|
||||||
|
},
|
||||||
|
.driver_data = (void *)(SOF_RT711_JD_SRC_JD1 |
|
||||||
|
SOF_SDW_TGL_HDMI |
|
||||||
|
SOF_SDW_PCH_DMIC),
|
||||||
|
},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user