diff options
| author | Ariff Abdullah <ariff@FreeBSD.org> | 2006-05-02 13:35:35 +0000 |
|---|---|---|
| committer | Ariff Abdullah <ariff@FreeBSD.org> | 2006-05-02 13:35:35 +0000 |
| commit | 511677e4db0bde1cfb7db539809ae5509f379ff7 (patch) | |
| tree | 0c7741de4905f98f2bcbf05e6c33393c427a3b82 /sys/dev/sound | |
| parent | 40615aeeefe9c4dd072077360ba555ce9fdfd12f (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound')
| -rw-r--r-- | sys/dev/sound/pci/ich.c | 3 |
1 files changed, 2 insertions, 1 deletions
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: |
