Skip to content

Commit 8f75270

Browse files
ujfalusiranj063
authored andcommitted
ALSA: hda: hda-intel: add support for Nova Lake
Add NVL to the PCI-ID list. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 46d3ad6 commit 8f75270

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/hda/controllers/intel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,6 +2551,7 @@ static const struct pci_device_id azx_ids[] = {
25512551
/* Wildcat Lake */
25522552
{ PCI_DEVICE_DATA(INTEL, HDA_WCL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
25532553
/* Nova Lake */
2554+
{ PCI_DEVICE_DATA(INTEL, HDA_NVL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
25542555
{ PCI_DEVICE_DATA(INTEL, HDA_NVL_S, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
25552556
/* Apollolake (Broxton-P) */
25562557
{ PCI_DEVICE_DATA(INTEL, HDA_APL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON) },

0 commit comments

Comments
 (0)