]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ALSA: hda: intel-dsp-cfg: add missing ElkhartLake PCI ID
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 19 Jul 2021 23:17:46 +0000 (18:17 -0500)
committerTakashi Iwai <tiwai@suse.de>
Tue, 20 Jul 2021 07:10:55 +0000 (09:10 +0200)
We missed the fact that ElkhartLake platforms have two different PCI
IDs. We only added one so the SOF driver is never selected by the
autodetection logic for the missing configuration.

BugLink: https://github.com/thesofproject/linux/issues/2990
Fixes: cc8f81c7e625 ('ALSA: hda: fix intel DSP config')
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210719231746.557325-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/intel-dsp-config.c

index d8be146793eee2d513a53539a0c1197904bdedd0..c9d0ba353463bda2109d45474bc1c88155e17bdf 100644 (file)
@@ -319,6 +319,10 @@ static const struct config_entry config_table[] = {
                .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC,
                .device = 0x4b55,
        },
+       {
+               .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC,
+               .device = 0x4b58,
+       },
 #endif
 
 /* Alder Lake */