Skip to content

Commit 4fee07f

Browse files
plbossartbroonie
authored andcommitted
ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14
The default JD1 does not seem to work, use JD2 instead. Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 0f8edb1 commit 4fee07f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,15 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
498498
SOF_BT_OFFLOAD_SSP(1) |
499499
SOF_SSP_BT_OFFLOAD_PRESENT),
500500
},
501+
{
502+
.callback = sof_sdw_quirk_cb,
503+
.matches = {
504+
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
505+
DMI_MATCH(DMI_PRODUCT_NAME, "OMEN Transcend Gaming Laptop"),
506+
},
507+
.driver_data = (void *)(RT711_JD2),
508+
},
509+
501510
/* LunarLake devices */
502511
{
503512
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)