Add AC97 inverted external amplifier quirk for ASUS A6R laptop.

PR:		kern/110244
MFC after:	3 days
This commit is contained in:
Ariff Abdullah 2007-03-13 15:20:33 +00:00
parent 6a7d12e1a8
commit 0585c315b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167502

View file

@ -1022,6 +1022,7 @@ atiixp_chip_post_init(void *arg)
subdev = (pci_get_subdevice(sc->dev) << 16) |
pci_get_subvendor(sc->dev);
switch (subdev) {
case 0x11831043: /* ASUS A6R */
case 0x2043161f: /* Maxselect x710s - http://maxselect.ru/ */
ac97_setflags(sc->codec, ac97_getflags(sc->codec) |
AC97_F_EAPD_INV);