Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci/hdaudio PR# kern/42007: hdaudio panics on P5W DH...



details:   https://anonhg.NetBSD.org/src/rev/ad52801232e2
branches:  trunk
changeset: 747281:ad52801232e2
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Sep 08 09:50:56 2009 +0000

description:
PR# kern/42007: hdaudio panics on P5W DH Deluxe (amd64)

Make sure hdafg pulls in auconv mulaw support.

diffstat:

 sys/dev/pci/hdaudio/files.hdaudio |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d78d672063ea -r ad52801232e2 sys/dev/pci/hdaudio/files.hdaudio
--- a/sys/dev/pci/hdaudio/files.hdaudio Tue Sep 08 09:47:42 2009 +0000
+++ b/sys/dev/pci/hdaudio/files.hdaudio Tue Sep 08 09:50:56 2009 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: files.hdaudio,v 1.1 2009/09/06 17:25:56 sborrill Exp $
+# $NetBSD: files.hdaudio,v 1.2 2009/09/08 09:50:56 jmcneill Exp $
 
 #
 # Intel High Definition Audio (Revision 1.0)
 #
 define hdaudiobus      {[nid = -1]}
-device hdaudio: hdaudiobus, auconv, aurateconv
+device hdaudio: hdaudiobus
 file   dev/pci/hdaudio/hdaudio.c       hdaudio
 
-device hdafg: audiobus, auconv, aurateconv
+device hdafg: audiobus, auconv, aurateconv, mulaw
 attach hdafg at hdaudiobus
 file   dev/pci/hdaudio/hdaudio_afg.c   hdafg
 



Home | Main Index | Thread Index | Old Index