Skip to content

Commit 7f6e36e

Browse files
committed
ASoC: Intel: sof_sdw: add quick for Dell SKU 0BDA
jira LE-1907 Rebuild_History Non-Buildable kernel-5.14.0-284.30.1.el9_2 commit-author Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> commit 3daf028 The SKU numbering isn't quite consistent with the existing RaptorLake SKUs but the PCI ID is definitively RaptorLake. Closes: thesofproject/linux#4380 Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20230602202225.249209-17-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org> (cherry picked from commit 3daf028) Signed-off-by: Jonathan Maple <jmaple@ciq.com>
1 parent c75003e commit 7f6e36e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
365365
RT711_JD2),
366366
},
367367
/* RaptorLake devices */
368+
{
369+
.callback = sof_sdw_quirk_cb,
370+
.matches = {
371+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
372+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0BDA")
373+
},
374+
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
375+
RT711_JD2 |
376+
SOF_SDW_FOUR_SPK),
377+
},
368378
{
369379
.callback = sof_sdw_quirk_cb,
370380
.matches = {

0 commit comments

Comments
 (0)