Skip to content

Commit d859923

Browse files
DeepHarsora-Dellbroonie
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> Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://patch.msgid.link/20241111070618.5414-1-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent f8da001 commit d859923

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
590590
},
591591
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
592592
},
593+
{
594+
.callback = sof_sdw_quirk_cb,
595+
.matches = {
596+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
597+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0CF1")
598+
},
599+
.driver_data = (void *)(SOC_SDW_CODEC_SPKR),
600+
},
593601
{
594602
.callback = sof_sdw_quirk_cb,
595603
.matches = {

0 commit comments

Comments
 (0)