Skip to content

Commit f641ce6

Browse files
macchianbardliao
authored andcommitted
ASoC: intel: sof_sdw: add quirk for Dell SKU
This patch adds a quirk to include the codec amplifier function for this Dell SKU. Note: In this SKU '0CF0', the RT722 codec amplifier is excluded, and an external amplifier is used instead. Signed-off-by: Mac Chiang <mac.chiang@intel.com>
1 parent 9f028d2 commit f641ce6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
658658
},
659659
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
660660
},
661+
{
662+
.callback = sof_sdw_quirk_cb,
663+
.matches = {
664+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
665+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0CF0")
666+
},
667+
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
668+
},
661669
/* Pantherlake devices*/
662670
{
663671
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)