All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda: Add Cometlake-R PCI ID
@ 2021-01-15  3:15 Kai-Chuan Hsieh
  2021-01-15 10:16   ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Kai-Chuan Hsieh @ 2021-01-15  3:15 UTC (permalink / raw)
  To: alsa-devel, perex, tiwai, pierre-louis.bossart,
	guennadi.liakhovetski, kai.heng.feng, kai.vehmanen, rppt,
	linux-kernel, kaichuan.hsieh

Add HD Audio Device PCI ID for the Intel Cometlake-R platform

Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Kai-Chuan Hsieh <kaichuan.hsieh@canonical.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 83a4a6290070..313d2c9fb35d 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2482,6 +2482,9 @@ static const struct pci_device_id azx_ids[] = {
 	/* CometLake-S */
 	{ PCI_DEVICE(0x8086, 0xa3f0),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+	/* CometLake-R */
+	{ PCI_DEVICE(0x8086, 0xf0c8),
+	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
 	/* Icelake */
 	{ PCI_DEVICE(0x8086, 0x34c8),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
-- 
2.25.1


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

* Re: [PATCH] ALSA: hda: Add Cometlake-R PCI ID
  2021-01-15  3:15 [PATCH] ALSA: hda: Add Cometlake-R PCI ID Kai-Chuan Hsieh
@ 2021-01-15 10:16   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2021-01-15 10:16 UTC (permalink / raw)
  To: Kai-Chuan Hsieh
  Cc: alsa-devel, perex, tiwai, pierre-louis.bossart,
	guennadi.liakhovetski, kai.heng.feng, kai.vehmanen, rppt,
	linux-kernel

On Fri, 15 Jan 2021 04:15:15 +0100,
Kai-Chuan Hsieh wrote:
> 
> Add HD Audio Device PCI ID for the Intel Cometlake-R platform
> 
> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
> Signed-off-by: Kai-Chuan Hsieh <kaichuan.hsieh@canonical.com>

Thanks, applied.


Takashi

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

* Re: [PATCH] ALSA: hda: Add Cometlake-R PCI ID
@ 2021-01-15 10:16   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2021-01-15 10:16 UTC (permalink / raw)
  To: Kai-Chuan Hsieh
  Cc: guennadi.liakhovetski, alsa-devel, kai.vehmanen, linux-kernel,
	pierre-louis.bossart, tiwai, kai.heng.feng, rppt

On Fri, 15 Jan 2021 04:15:15 +0100,
Kai-Chuan Hsieh wrote:
> 
> Add HD Audio Device PCI ID for the Intel Cometlake-R platform
> 
> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
> Signed-off-by: Kai-Chuan Hsieh <kaichuan.hsieh@canonical.com>

Thanks, applied.


Takashi

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

end of thread, other threads:[~2021-01-15 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15  3:15 [PATCH] ALSA: hda: Add Cometlake-R PCI ID Kai-Chuan Hsieh
2021-01-15 10:16 ` Takashi Iwai
2021-01-15 10:16   ` 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.