Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add entry for Intel 82801EB AC-97 audio. Audio ...



details:   https://anonhg.NetBSD.org/src/rev/cb926ef14848
branches:  trunk
changeset: 550745:cb926ef14848
user:      erh <erh%NetBSD.org@localhost>
date:      Tue Aug 19 21:04:22 2003 +0000

description:
Add entry for Intel 82801EB AC-97 audio.  Audio sounds fine with this,
although the mixer settings are a bit odd: outputs.master doesn't do anything,
but outputs.surround does.

diffstat:

 sys/dev/pci/auich.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r cfabb19f286d -r cb926ef14848 sys/dev/pci/auich.c
--- a/sys/dev/pci/auich.c       Tue Aug 19 17:25:49 2003 +0000
+++ b/sys/dev/pci/auich.c       Tue Aug 19 21:04:22 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: auich.c,v 1.39 2003/06/13 07:27:17 kent Exp $  */
+/*     $NetBSD: auich.c,v 1.40 2003/08/19 21:04:22 erh Exp $   */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -115,7 +115,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.39 2003/06/13 07:27:17 kent Exp $");
+__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.40 2003/08/19 21:04:22 erh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -339,6 +339,9 @@
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801DB_AC,
            "i82801DB (ICH4) AC-97 Audio",      "ICH4",
            QUIRK_IGNORE_CODEC_READY_MAYBE },
+       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801EB_AC,
+               "i82801EB (ICH5) AC-97 Audio",   "ICH5",
+           QUIRK_IGNORE_CODEC_READY },
        { PCI_VENDOR_SIS, PCI_PRODUCT_SIS_7012_AC,
            "SiS 7012 AC-97 Audio",             "SiS7012" },
        { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE_MCP_AC,



Home | Main Index | Thread Index | Old Index