summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2009-09-08 09:50:56 +0000
committerjmcneill <jmcneill@NetBSD.org>2009-09-08 09:50:56 +0000
commit79090dc96ab25e33e068ff2f7663eb7bbc6b9d7b (patch)
tree93eb42baae2a82afc84710d4a1d3a23226fd7612 /sys/dev
parente875bf360eb689543e354154a9cfd6fb9f23100a (diff)
PR# kern/42007: hdaudio panics on P5W DH Deluxe (amd64)
Make sure hdafg pulls in auconv mulaw support.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/hdaudio/files.hdaudio6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/hdaudio/files.hdaudio b/sys/dev/pci/hdaudio/files.hdaudio
index f3bd052d6aa..67017d67e57 100644
--- a/sys/dev/pci/hdaudio/files.hdaudio
+++ b/sys/dev/pci/hdaudio/files.hdaudio
@@ -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