Skip to content

Commit 91cdeca

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: Intel: sof_sdw: Add quirks for some new Dell laptops
Add quirks for some new Dell laptops using Cirrus amplifiers in a bridge configuration. Reviewed-by: Bard Liao <[email protected]> Signed-off-by: Charles Keepax <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 65ab45b commit 91cdeca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,22 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
505505
},
506506
.driver_data = (void *)(RT711_JD2),
507507
},
508+
{
509+
.callback = sof_sdw_quirk_cb,
510+
.matches = {
511+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
512+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0CE3")
513+
},
514+
.driver_data = (void *)(SOF_SIDECAR_AMPS),
515+
},
516+
{
517+
.callback = sof_sdw_quirk_cb,
518+
.matches = {
519+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
520+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0CE4")
521+
},
522+
.driver_data = (void *)(SOF_SIDECAR_AMPS),
523+
},
508524
{}
509525
};
510526

0 commit comments

Comments
 (0)