[SRU][OEM-5.10][PATCH 1/6] UBUNTU: SAUCE: ALSA: hda: intel-dsp-config: add PCI id for TGL-H

Hui Wang hui.wang at canonical.com
Fri Jan 15 02:04:16 UTC 2021


From: Bard Liao <bard.liao at intel.com>

BugLink: https://bugs.launchpad.net/bugs/1911830

Adding PCI id for TGL-H and SOF will be the default audio driver.

Signed-off-by: Bard Liao <bard.liao at intel.com>
(cherry picked from commit fc682e36bfaf73c267edb42ec632675a88c51527
git://github.com/thesofproject/linux.git topic/sof-dev)
Signed-off-by: Hui Wang <hui.wang at canonical.com>
---
 sound/hda/intel-dsp-config.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c
index 1c5114dedda9..f81416c4ac82 100644
--- a/sound/hda/intel-dsp-config.c
+++ b/sound/hda/intel-dsp-config.c
@@ -306,6 +306,10 @@ static const struct config_entry config_table[] = {
 		.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
 		.device = 0xa0c8,
 	},
+	{
+		.flags = FLAG_SOF,
+		.device = 0x43c8,
+	},
 #endif
 
 /* Elkhart Lake */
-- 
2.25.1




More information about the kernel-team mailing list