aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2009-05-08 03:19:57 +0000
committerAlexander Motin <mav@FreeBSD.org>2009-05-08 03:19:57 +0000
commit6e8e2779b31d3473a2737f69ffe8192576e7eb21 (patch)
tree62b5c2fa6cec16acb7067f79976e755bb3d8cd52
parent9ab20e104c725eb316253051ac826d1b5a8d8423 (diff)
downloadsrc-6e8e2779b31d3473a2737f69ffe8192576e7eb21.tar.gz
src-6e8e2779b31d3473a2737f69ffe8192576e7eb21.zip
Add one more board ID with inverted external amplifier control.
PR: kern/121156
Notes
Notes: svn path=/head/; revision=191911
-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 7351355ea963..dc234a76b9a1 100644
--- a/sys/dev/sound/pci/ich.c
+++ b/sys/dev/sound/pci/ich.c
@@ -1009,6 +1009,7 @@ ich_pci_attach(device_t dev)
switch (subdev) {
case 0x202f161f: /* Gateway 7326GZ */
case 0x203a161f: /* Gateway 4028GZ */
+ case 0x203e161f: /* Gateway 3520GZ/M210 */
case 0x204c161f: /* Kvazar-Micro Senator 3592XT */
case 0x8144104d: /* Sony VAIO PCG-TR* */
case 0x8197104d: /* Sony S1XP */