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

Commit abbc9d1b authored by Kailang Yang's avatar Kailang Yang Committed by Takashi Iwai
Browse files

[ALSA] hda - Add ICH9 controller support (8086:2911)



Added the missing PCI ID for ICH9 controller (8086:2911)

Signed-off-by: default avatarKailang Yang <kailang@realtek.com.tw>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f269002e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2184,6 +2184,7 @@ static struct pci_device_id azx_ids[] = {
	{ PCI_DEVICE(0x8086, 0x27d8), .driver_data = AZX_DRIVER_ICH },
	{ PCI_DEVICE(0x8086, 0x269a), .driver_data = AZX_DRIVER_ICH },
	{ PCI_DEVICE(0x8086, 0x284b), .driver_data = AZX_DRIVER_ICH },
	{ PCI_DEVICE(0x8086, 0x2911), .driver_data = AZX_DRIVER_ICH },
	{ PCI_DEVICE(0x8086, 0x293e), .driver_data = AZX_DRIVER_ICH },
	{ PCI_DEVICE(0x8086, 0x293f), .driver_data = AZX_DRIVER_ICH },
	{ PCI_DEVICE(0x8086, 0x3a3e), .driver_data = AZX_DRIVER_ICH },