All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda: LNL: add HD Audio PCI ID
@ 2023-04-06 15:25 Pierre-Louis Bossart
  2023-04-06 15:38 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre-Louis Bossart @ 2023-04-06 15:25 UTC (permalink / raw)
  To: alsa-devel
  Cc: tiwai, broonie, Fred Oh, Pierre-Louis Bossart,
	Péter Ujfalusi, Bard Liao

From: Fred Oh <fred.oh@linux.intel.com>

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>
---
 sound/pci/hda/hda_intel.c | 3 +++
 1 file changed, 3 insertions(+)

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 },
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: hda: LNL: add HD Audio PCI ID
  2023-04-06 15:25 [PATCH] ALSA: hda: LNL: add HD Audio PCI ID Pierre-Louis Bossart
@ 2023-04-06 15:38 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2023-04-06 15:38 UTC (permalink / raw)
  To: Pierre-Louis Bossart
  Cc: alsa-devel, broonie, Fred Oh, Péter Ujfalusi, Bard Liao

On Thu, 06 Apr 2023 17:25:00 +0200,
Pierre-Louis Bossart wrote:
> 
> From: Fred Oh <fred.oh@linux.intel.com>
> 
> 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>

Applied to for-next branch now.  Thanks.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-06 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-06 15:25 [PATCH] ALSA: hda: LNL: add HD Audio PCI ID Pierre-Louis Bossart
2023-04-06 15:38 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.