Module Name:    src
Committed By:   pgoyette
Date:           Tue May 30 02:21:11 UTC 2017

Modified Files:
        src/sys/dev: files.audio

Log Message:
Include auvolconv.o in the audio driver, even if there are currently no
children needing it.  Children which need this can be created later (via
loading of a module, such as pad).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/files.audio

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/files.audio
diff -u src/sys/dev/files.audio:1.10 src/sys/dev/files.audio:1.11
--- src/sys/dev/files.audio:1.10	Sun Dec 25 23:23:46 2016
+++ src/sys/dev/files.audio	Tue May 30 02:21:11 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: files.audio,v 1.10 2016/12/25 23:23:46 nat Exp $
+#	$NetBSD: files.audio,v 1.11 2017/05/30 02:21:11 pgoyette Exp $
 
 define	audiobus	{ }
 define	midibus		{ }
@@ -13,7 +13,7 @@ define	auvolconv
 
 # audio and midi devices, attaches to audio hardware driver
 #
-device	audio {}: audiodev, auconv, aurateconv, mulaw
+device	audio {}: audiodev, auconv, aurateconv, auvolconv, mulaw
 attach	audio at audiobus
 device	midi: audio
 attach	midi at midibus

Reply via email to