From: Pierre-Louis Bossart Date: Mon, 19 Jul 2021 23:17:46 +0000 (-0500) Subject: ALSA: hda: intel-dsp-cfg: add missing ElkhartLake PCI ID X-Git-Tag: v5.13.6~112 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=e52445629c2e4306f3169397f8c06d3798592217;p=wrapfs-4.13.y.git ALSA: hda: intel-dsp-cfg: add missing ElkhartLake PCI ID [ Upstream commit 114613f62f42e7cbc1242c4e82076a0153043761 ] 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 Link: https://lore.kernel.org/r/20210719231746.557325-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai Signed-off-by: Sasha Levin --- diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c index d8be146793ee..c9d0ba353463 100644 --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -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 */