Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 487145a1 authored by Peer Chen's avatar Peer Chen Committed by Takashi Iwai
Browse files

[ALSA] hda_intel: Add the DIDs of nvidia MCP79 HD audio controller to hda_intel.c



Add the Device IDs of nvidia MCP79 HD audio controller to hda_intel.c

Signed-off-by: default avatarPeer Chen <peerchen@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2de3c232
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2071,6 +2071,10 @@ static struct pci_device_id azx_ids[] = {
	{ PCI_DEVICE(0x10de, 0x0ac1), .driver_data = AZX_DRIVER_NVIDIA },
	{ PCI_DEVICE(0x10de, 0x0ac2), .driver_data = AZX_DRIVER_NVIDIA },
	{ PCI_DEVICE(0x10de, 0x0ac3), .driver_data = AZX_DRIVER_NVIDIA },
	{ PCI_DEVICE(0x10de, 0x0bd4), .driver_data = AZX_DRIVER_NVIDIA },
	{ PCI_DEVICE(0x10de, 0x0bd5), .driver_data = AZX_DRIVER_NVIDIA },
	{ PCI_DEVICE(0x10de, 0x0bd6), .driver_data = AZX_DRIVER_NVIDIA },
	{ PCI_DEVICE(0x10de, 0x0bd7), .driver_data = AZX_DRIVER_NVIDIA },
	{ 0, }
};
MODULE_DEVICE_TABLE(pci, azx_ids);