From 2f66532382b37fc88180b6488eec27b4e16a36d0 Mon Sep 17 00:00:00 2001 From: Ariff Abdullah Date: Sat, 11 Mar 2006 19:37:26 +0000 Subject: MFC (revision 1.62): Add inverted amplifier sense quirks for: [1] Sony VAIO Type T [2] Kvazar-Micro Senator 3592XT. PR: [1] kern/94056 Submitted by: [1] Yoshihiko Sarumaru [2] Alexandr Krivulya Approved by: re (scottl) [2] http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-March/003773.html --- sys/dev/sound/pci/ich.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev') diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 5fef49624477..67a88611e22d 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -838,7 +838,9 @@ ich_pci_attach(device_t dev) switch (subdev) { case 0x202f161f: /* Gateway 7326GZ */ case 0x203a161f: /* Gateway 4028GZ */ + case 0x204c161f: /* Kvazar-Micro Senator 3592XT */ 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; -- cgit v1.3