1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Add another inverted amplifier sense quirk for Sony VAIO Type T.

PR:		kern/94056
Submitted by:	Yoshihiko Sarumaru <mistral at imasy.or.jp>
MFC after:	3 days
This commit is contained in:
Ariff Abdullah 2006-03-05 02:26:51 +00:00
parent 1977cbd6cf
commit 428feeb3b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156308

View File

@ -839,6 +839,7 @@ ich_pci_attach(device_t dev)
case 0x202f161f: /* Gateway 7326GZ */
case 0x203a161f: /* Gateway 4028GZ */
case 0x8144104d: /* Sony VAIO PCG-TR* */
case 0x81c0104d: /* Sony VAIO type T */
case 0x8197104d: /* Sony S1XP */
ac97_setflags(sc->codec, ac97_getflags(sc->codec) | AC97_F_EAPD_INV);
break;