summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorFred Oh <fred.oh@linux.intel.com>2023-04-06 10:25:00 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-05-24 17:32:40 +0100
commit26fda373452394c1e583572dbd8172d430425feb (patch)
tree490284834ca2596c37185822f69f6d1c8f8558b0 /sound
parent907d6b615e793e82b9f7161cba5cde881eafb63e (diff)
downloadlinux-stable-26fda373452394c1e583572dbd8172d430425feb.tar.gz
linux-stable-26fda373452394c1e583572dbd8172d430425feb.tar.bz2
linux-stable-26fda373452394c1e583572dbd8172d430425feb.zip
ALSA: hda: LNL: add HD Audio PCI ID
[ Upstream commit 714b2f025d767e7df1fe9da18bd70537d64cc157 ] Add HD Audio PCI ID for Intel Lunarlake platform. Signed-off-by: Fred Oh <fred.oh@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20230406152500.15104-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/hda_intel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 77a592f21947..881b2f3a1551 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2528,6 +2528,9 @@ static const struct pci_device_id azx_ids[] = {
/* Meteorlake-P */
{ PCI_DEVICE(0x8086, 0x7e28),
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+ /* Lunarlake-P */
+ { PCI_DEVICE(0x8086, 0xa828),
+ .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
/* Broxton-P(Apollolake) */
{ PCI_DEVICE(0x8086, 0x5a98),
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON },