[PATCH] ALSA: hda: Add another CometLake-H PCI ID
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(+)
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
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),
/* CometLake-S */ { PCI_DEVICE(0x8086, 0xa3f0), .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
base-commit: 03cc2c42871ecf90017cace94bfd1ca5ecaf6e48
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
participants (3)
-
Kai Vehmanen
-
Pierre-Louis Bossart
-
Takashi Iwai