Skip to content

Commit

Permalink
ALSA: hda: add HD Audio PCI ID for Intel Arrow Lake
Browse files Browse the repository at this point in the history
Add HD Audio PCI ID for Intel Arrow Lake platform.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i authored and plbossart committed Jun 28, 2023
1 parent b4288fb commit 0079b05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2561,6 +2561,9 @@ static const struct pci_device_id azx_ids[] = {
/* Lunarlake-P */
{ PCI_DEVICE(0x8086, 0xa828),
.driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_SKYLAKE},
/* Arrow Lake */
{ PCI_DEVICE(0x8086, 0x7f50),
.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 },
Expand Down

0 comments on commit 0079b05

Please sign in to comment.