diff mbox series

ALSA: hda: Add another CometLake-H PCI ID

Message ID 20210212151022.2568567-1-kai.vehmanen@linux.intel.com (mailing list archive)
State Accepted
Commit 0d3070f5e6551d8a759619e85736e49a3bf40398
Headers show
Series ALSA: hda: Add another CometLake-H PCI ID | expand

Commit Message

Kai Vehmanen Feb. 12, 2021, 3:10 p.m. UTC
Add one more HD Audio PCI ID for CometLake-H PCH.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
---
 sound/pci/hda/hda_intel.c | 2 ++
 1 file changed, 2 insertions(+)


base-commit: 03cc2c42871ecf90017cace94bfd1ca5ecaf6e48

Comments

Pierre-Louis Bossart Feb. 12, 2021, 3:37 p.m. UTC | #1
On 2/12/21 9:10 AM, Kai Vehmanen wrote:
> Add one more HD Audio PCI ID for CometLake-H PCH.
> 
> Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>

Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

> ---
>   sound/pci/hda/hda_intel.c | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index 801c5dd25707..7ba665e9272c 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -2475,6 +2475,8 @@ static const struct pci_device_id azx_ids[] = {
>   	/* CometLake-H */
>   	{ PCI_DEVICE(0x8086, 0x06C8),
>   	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
> +	{ PCI_DEVICE(0x8086, 0xf1c8),
> +	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
>   	/* CometLake-S */
>   	{ PCI_DEVICE(0x8086, 0xa3f0),
>   	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
> 
> base-commit: 03cc2c42871ecf90017cace94bfd1ca5ecaf6e48
>
Takashi Iwai Feb. 12, 2021, 4:12 p.m. UTC | #2
On Fri, 12 Feb 2021 16:10:22 +0100,
Kai Vehmanen wrote:
> 
> Add one more HD Audio PCI ID for CometLake-H PCH.
> 
> Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
> ---

Thanks, applied with Cc to stable.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 801c5dd25707..7ba665e9272c 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2475,6 +2475,8 @@  static const struct pci_device_id azx_ids[] = {
 	/* CometLake-H */
 	{ PCI_DEVICE(0x8086, 0x06C8),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
+	{ PCI_DEVICE(0x8086, 0xf1c8),
+	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
 	/* CometLake-S */
 	{ PCI_DEVICE(0x8086, 0xa3f0),
 	  .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},