Skip to content

Commit 26d18b7

Browse files
DeepHarsora-Dellbardliao
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 '0CF1', the RT722 codec amplifier is excluded, and an external amplifier is used instead. Signed-off-by: Deep Harsora <deep_harsora@dell.com>
1 parent 29821cd commit 26d18b7

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
@@ -690,6 +690,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
690690
},
691691
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
692692
},
693+
{
694+
.callback = sof_sdw_quirk_cb,
695+
.matches = {
696+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
697+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0CF1")
698+
},
699+
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
700+
},
693701
{
694702
.callback = sof_sdw_quirk_cb,
695703
.matches = {

0 commit comments

Comments
 (0)