aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjairaj arava <[email protected]>2021-07-12 15:32:40 -0500
committerMark Brown <[email protected]>2021-07-14 13:30:40 +0100
commitf28fbe57e84b4a6cfad314ea9bc3442d96f4fa08 (patch)
tree3e0ee8065a1c972717a49cf346948e2a952220d8
parent8e6c00f1fdea9fdf727969d7485d417240d2a1f9 (diff)
ASoC: Intel: sof_sdw: update quirk for jack detection in ADL RVP
ADL RVP uses different circuits for jack detection, hence adding external resister 100k mode. Reviewed-by: Rander Wang <[email protected]> Signed-off-by: jairaj arava <[email protected]> Signed-off-by: Sathya Prakash M R <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/intel/boards/sof_sdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c
index bef78f0272cc..306320f3c568 100644
--- a/sound/soc/intel/boards/sof_sdw.c
+++ b/sound/soc/intel/boards/sof_sdw.c
@@ -197,7 +197,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
DMI_MATCH(DMI_PRODUCT_NAME, "Alder Lake Client Platform"),
},
- .driver_data = (void *)(RT711_JD1 |
+ .driver_data = (void *)(RT711_JD2_100K |
SOF_SDW_TGL_HDMI |
SOF_RT715_DAI_ID_FIX |
SOF_BT_OFFLOAD_SSP(2) |