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 dda5c80 commit 3c728b1Copy full SHA for 3c728b1
sound/soc/intel/boards/sof_sdw.c
@@ -213,6 +213,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
213
SOF_SDW_PCH_DMIC |
214
RT711_JD1),
215
},
216
+ {
217
+ /* NUC15 'Rooks County' LAPRC510 and LAPRC710 skews */
218
+ .callback = sof_sdw_quirk_cb,
219
+ .matches = {
220
+ DMI_MATCH(DMI_SYS_VENDOR, "Intel(R) Client Systems"),
221
+ DMI_MATCH(DMI_PRODUCT_NAME, "LAPRC"),
222
+ },
223
+ .driver_data = (void *)(SOF_SDW_TGL_HDMI |
224
+ SOF_SDW_PCH_DMIC |
225
+ RT711_JD2_100K),
226
227
/* TigerLake-SDCA devices */
228
{
229
.callback = sof_sdw_quirk_cb,
0 commit comments