All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda: Add Icelake PCI ID
@ 2018-03-13 11:10 Guneshwor Singh
  2018-03-13 11:24 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Guneshwor Singh @ 2018-03-13 11:10 UTC (permalink / raw)
  To: ALSA, Takashi Iwai; +Cc: Guneshwor Singh

Icelake is a next generation Intel platform. Add PCI ID for
it.

Signed-off-by: Guneshwor Singh <guneshwor.o.singh@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 96143df19b21..32acab080781 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2426,6 +2426,9 @@ static const struct pci_device_id azx_ids[] = {
 	/* Cannonlake */
 	{ PCI_DEVICE(0x8086, 0x9dc8),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+	/* Icelake */
+	{ PCI_DEVICE(0x8086, 0x34c8),
+	  .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.16.2

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

* Re: [PATCH] ALSA: hda: Add Icelake PCI ID
  2018-03-13 11:10 [PATCH] ALSA: hda: Add Icelake PCI ID Guneshwor Singh
@ 2018-03-13 11:24 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2018-03-13 11:24 UTC (permalink / raw)
  To: Guneshwor Singh; +Cc: ALSA

On Tue, 13 Mar 2018 12:10:08 +0100,
Guneshwor Singh wrote:
> 
> Icelake is a next generation Intel platform. Add PCI ID for
> it.
> 
> Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com>

Applied, thanks.


Takashi

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

end of thread, other threads:[~2018-03-13 11:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-13 11:10 [PATCH] ALSA: hda: Add Icelake PCI ID Guneshwor Singh
2018-03-13 11:24 ` 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.