linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] ALSA: hda: Add Elkhart Lake PCI ID
  2019-06-13 16:21 ` Lai, Poey Seng
@ 2019-06-13  9:29   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2019-06-13  9:29 UTC (permalink / raw)
  To:  Lai, Poey Seng ; +Cc: Jaroslav Kysela, alsa-devel, linux-kernel

On Thu, 13 Jun 2019 18:21:39 +0200,
 Lai, Poey Seng  wrote:
> 
> Add HD Audio Device PCI ID for the Intel Elkhart Lake
> platform.
> 
> Signed-off-by: Lai, Poey Seng <poey.seng.lai@intel.com>

Thanks, applied now.


Takashi

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

* [PATCH] ALSA: hda: Add Elkhart Lake PCI ID
@ 2019-06-13 16:21 Lai, Poey Seng
  2019-06-13 16:21 ` Lai, Poey Seng
  0 siblings, 1 reply; 3+ messages in thread
From: Lai, Poey Seng @ 2019-06-13 16:21 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai; +Cc: alsa-devel, linux-kernel

Hi,
This is to add Elkhart lake PCI ID
in order to support Elkhart Lake SoC.

Lai, Poey Seng (1):
  ALSA: hda: Add Elkhart Lake PCI ID

 sound/pci/hda/hda_intel.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.7.4


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

* [PATCH] ALSA: hda: Add Elkhart Lake PCI ID
  2019-06-13 16:21 [PATCH] ALSA: hda: Add Elkhart Lake PCI ID Lai, Poey Seng
@ 2019-06-13 16:21 ` Lai, Poey Seng
  2019-06-13  9:29   ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Lai, Poey Seng @ 2019-06-13 16:21 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai; +Cc: alsa-devel, linux-kernel

Add HD Audio Device PCI ID for the Intel Elkhart Lake
platform.

Signed-off-by: Lai, Poey Seng <poey.seng.lai@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 0741eae..1f37789 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2387,6 +2387,9 @@ static const struct pci_device_id azx_ids[] = {
 	/* Icelake */
 	{ PCI_DEVICE(0x8086, 0x34c8),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+	/* Elkhart Lake */
+	{ PCI_DEVICE(0x8086, 0x4b55),
+	  .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.7.4


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

end of thread, other threads:[~2019-06-13 16:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13 16:21 [PATCH] ALSA: hda: Add Elkhart Lake PCI ID Lai, Poey Seng
2019-06-13 16:21 ` Lai, Poey Seng
2019-06-13  9:29   ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).