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 10b1a5a commit 19980aaCopy full SHA for 19980aa
sound/hda/intel-dsp-config.c
@@ -309,13 +309,30 @@ static const struct config_entry config_table[] = {
309
},
310
#endif
311
312
-/* JasperLake */
+/* Jasper Lake */
313
#if IS_ENABLED(CONFIG_SND_SOC_SOF_JASPERLAKE)
314
+ {
315
+ .flags = FLAG_SOF,
316
+ .device = 0x4dc8,
317
+ .dmi_table = (const struct dmi_system_id []) {
318
319
+ .ident = "Google Chromebooks",
320
+ .matches = {
321
+ DMI_MATCH(DMI_SYS_VENDOR, "Google"),
322
+ }
323
+ },
324
+ {}
325
326
327
{
328
.flags = FLAG_SOF,
329
.device = 0x4dc8,
330
.codec_hid = "ESSX8336",
331
332
333
+ .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC,
334
335
336
337
338
/* Tigerlake */
0 commit comments