Skip to content

Commit bd1a360

Browse files
committed
ALSA: hda: controllers: intel: add support for Nova Lake S
Add NVL-S to the PCI-ID list. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent b9d446e commit bd1a360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/hda/controllers/intel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2552,6 +2552,8 @@ static const struct pci_device_id azx_ids[] = {
25522552
{ PCI_DEVICE_DATA(INTEL, HDA_PTL_H, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
25532553
/* Wildcat Lake */
25542554
{ PCI_DEVICE_DATA(INTEL, HDA_WCL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
2555+
/* Nova Lake */
2556+
{ PCI_DEVICE_DATA(INTEL, HDA_NVL_S, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_LNL) },
25552557
/* Apollolake (Broxton-P) */
25562558
{ PCI_DEVICE_DATA(INTEL, HDA_APL, AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON) },
25572559
/* Gemini-Lake */

0 commit comments

Comments
 (0)