Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Include auvolconv.o in the audio driver, even if the...



details:   https://anonhg.NetBSD.org/src/rev/ac05d63b6258
branches:  trunk
changeset: 353964:ac05d63b6258
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue May 30 02:21:11 2017 +0000

description:
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).

diffstat:

 sys/dev/files.audio |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5bff5b7dadc2 -r ac05d63b6258 sys/dev/files.audio
--- a/sys/dev/files.audio       Tue May 30 02:11:03 2017 +0000
+++ b/sys/dev/files.audio       Tue May 30 02:21:11 2017 +0000
@@ -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 @@
 
 # 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



Home | Main Index | Thread Index | Old Index