Skip to content

Commit 15b3016

Browse files
ujfalusiranj063
authored andcommitted
ALSA: hda: hda-intel: add Wildcat Lake support
One more PCI ID. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 44c3659 commit 15b3016

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/pci/hda/hda_intel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2541,6 +2541,8 @@ static const struct pci_device_id azx_ids[] = {
25412541
{ PCI_DEVICE_DATA(INTEL, HDA_PTL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
25422542
/* Panther Lake-H */
25432543
{ PCI_DEVICE_DATA(INTEL, HDA_PTL_H, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
2544+
/* Wildcat Lake */
2545+
{ PCI_DEVICE_DATA(INTEL, HDA_WCL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
25442546
/* Apollolake (Broxton-P) */
25452547
{ PCI_DEVICE_DATA(INTEL, HDA_APL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON) },
25462548
/* Gemini-Lake */

0 commit comments

Comments
 (0)