summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2006-03-05 02:26:51 +0000
committerariff <ariff@FreeBSD.org>2006-03-05 02:26:51 +0000
commit08a90676c06dda36172f6aef29a9f91ed8e3c7c4 (patch)
treebf7be68017ee49d9f3afebfe4526becdf570323d
parent657e1fac2eff70b4d445fe18fea92c086068e0cb (diff)
downloadFreeBSD-src-08a90676c06dda36172f6aef29a9f91ed8e3c7c4.zip
FreeBSD-src-08a90676c06dda36172f6aef29a9f91ed8e3c7c4.tar.gz
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
-rw-r--r--sys/dev/sound/pci/ich.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c
index 5fef496..628f3c6 100644
--- a/sys/dev/sound/pci/ich.c
+++ b/sys/dev/sound/pci/ich.c
@@ -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;
OpenPOWER on IntegriCloud