Skip to content

Commit 9ad9bc5

Browse files
libinyangbroonie
authored andcommitted
ASoC: Intel: sof_sdw: set proper flags for Dell TGL-H SKU 0A5E
Add flag "SOF_RT711_JD_SRC_JD2", flag "SOF_RT715_DAI_ID_FIX" and "SOF_SDW_FOUR_SPK" to the Dell TGL-H based SKU "0A5E". Signed-off-by: Libin Yang <[email protected]> Co-developed-by: Hui Wang <[email protected]> Signed-off-by: Hui Wang <[email protected]> Reviewed-by: Bard Liao <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Signed-off-by: Kai Vehmanen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 7004100 commit 9ad9bc5

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
@@ -67,6 +67,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
6767
.driver_data = (void *)(SOF_RT711_JD_SRC_JD2 |
6868
SOF_RT715_DAI_ID_FIX),
6969
},
70+
{
71+
.callback = sof_sdw_quirk_cb,
72+
.matches = {
73+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc"),
74+
DMI_EXACT_MATCH(DMI_PRODUCT_SKU, "0A5E")
75+
},
76+
.driver_data = (void *)(SOF_RT711_JD_SRC_JD2 |
77+
SOF_RT715_DAI_ID_FIX |
78+
SOF_SDW_FOUR_SPK),
79+
},
7080
{
7181
.callback = sof_sdw_quirk_cb,
7282
.matches = {

0 commit comments

Comments
 (0)