Skip to content

Commit bd76caa

Browse files
plbossartbroonie
authored andcommitted
ASoC: Intel: sof-sdw: update jack detection quirk for LunarLake RVP
Experimental results show that the headset is only detected with the JD2 quirk. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://lore.kernel.org/r/20230807215000.515846-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 41aad09 commit bd76caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
476476
DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
477477
DMI_MATCH(DMI_PRODUCT_NAME, "Lunar Lake Client Platform"),
478478
},
479-
.driver_data = (void *)(RT711_JD2_100K),
479+
.driver_data = (void *)(RT711_JD2),
480480
},
481481
{}
482482
};

0 commit comments

Comments
 (0)