Skip to content

Commit 33fa35d

Browse files
plbossarttiwai
authored andcommitted
ALSA: hda: intel-dspcfg: use SOF for UpExtreme and UpExtreme11 boards
The UpExtreme BIOS reports microphones that are not physically present, so this module ends-up selecting SOF, while the UpExtreme11 BIOS does not report microphones so the snd-hda-intel driver is selected. For consistency use SOF unconditionally in autodetection mode. The use of the snd-hda-intel driver can still be enabled with 'options snd-intel-dspcfg dsp_driver=1' Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Bard Liao <[email protected]> Reviewed-by: Péter Ujfalusi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 2328fe7 commit 33fa35d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sound/hda/intel-dsp-config.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ static const struct config_entry config_table[] = {
196196
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
197197
}
198198
},
199+
{
200+
.ident = "UP-WHL",
201+
.matches = {
202+
DMI_MATCH(DMI_SYS_VENDOR, "AAEON"),
203+
}
204+
},
199205
{}
200206
}
201207
},
@@ -358,6 +364,12 @@ static const struct config_entry config_table[] = {
358364
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
359365
}
360366
},
367+
{
368+
.ident = "UPX-TGL",
369+
.matches = {
370+
DMI_MATCH(DMI_SYS_VENDOR, "AAEON"),
371+
}
372+
},
361373
{}
362374
}
363375
},

0 commit comments

Comments
 (0)