From 14055d2a091279e964e09367f7f41e34e1c2181f Mon Sep 17 00:00:00 2001 From: Ariff Abdullah Date: Mon, 1 May 2006 09:28:28 +0000 Subject: [PATCH] Add inverted amplifier sense quirks for Sony VAIO VGN B1VP/B1XP. Reported by: Stan Behrens --- sys/dev/sound/pci/ich.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 1cc1a429a563..429a72214805 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -847,8 +847,9 @@ ich_pci_attach(device_t dev) 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 */ + case 0x81c0104d: /* Sony VAIO type T */ + case 0x81c5104d: /* Sony VAIO VGN B1VP/B1XP */ ac97_setflags(sc->codec, ac97_getflags(sc->codec) | AC97_F_EAPD_INV); break; default: