Skip to content

Commit 259db99

Browse files
committed
ASoC: Intel: sof_sdw: add SKU for Dell Latitude 9520
Different SKUs seem to be used for the same design. BugLink: #3206 Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 0937b36 commit 259db99

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
129129
RT711_JD2 |
130130
SOF_RT715_DAI_ID_FIX),
131131
},
132+
{
133+
/* another SKU of Dell Latitude 9520 */
134+
.callback = sof_sdw_quirk_cb,
135+
.matches = {
136+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
137+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0A3F")
138+
},
139+
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
140+
RT711_JD2 |
141+
SOF_RT715_DAI_ID_FIX),
142+
},
132143
{
133144
/* Dell XPS 9710 */
134145
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)