Skip to content

Commit 64ba6d2

Browse files
plbossartbroonie
authored andcommitted
ASoC: Intel: sof_sdw: add missing quirk for Dell SKU 0A45
This device is based on SDCA codecs but with a single amplifier instead of two. BugLink: thesofproject/linux#3161 Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Rander Wang <[email protected]> Reviewed-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent f247067 commit 64ba6d2

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
@@ -213,6 +213,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
213213
SOF_RT715_DAI_ID_FIX |
214214
SOF_SDW_FOUR_SPK),
215215
},
216+
{
217+
.callback = sof_sdw_quirk_cb,
218+
.matches = {
219+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
220+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0A45")
221+
},
222+
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
223+
RT711_JD2 |
224+
SOF_RT715_DAI_ID_FIX),
225+
},
216226
/* AlderLake devices */
217227
{
218228
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)