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

Commit 7a997954 authored by Tobin Davis's avatar Tobin Davis Committed by Jaroslav Kysela
Browse files

[ALSA] Add new subdevice ids for hda-intel



This patch adds a couple of device ids for Acer laptops.  In both cases,
the owners got the driver working by adding 'model=acer' to their
modprobe.conf files.

Signed-off-by: default avatarTobin Davis <tdavis@dsl-only.net>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 2aedbda6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5076,6 +5076,10 @@ static struct hda_board_config alc883_cfg_tbl[] = {
	{ .modelname = "acer", .config = ALC883_ACER },
	{ .pci_subvendor = 0x1025, .pci_subdevice = 0/*0x0102*/,
	  .config = ALC883_ACER },
	{ .pci_subvendor = 0x1025, .pci_subdevice = 0x0102,
	  .config = ALC883_ACER },
	{ .pci_subvendor = 0x1025, .pci_subdevice = 0x009f,
	  .config = ALC883_ACER },
	{ .modelname = "auto", .config = ALC883_AUTO },
	{}
};