We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7004100 commit 9ad9bc5Copy full SHA for 9ad9bc5
sound/soc/intel/boards/sof_sdw.c
@@ -67,6 +67,16 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
67
.driver_data = (void *)(SOF_RT711_JD_SRC_JD2 |
68
SOF_RT715_DAI_ID_FIX),
69
},
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
80
{
81
.callback = sof_sdw_quirk_cb,
82
.matches = {
0 commit comments