Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Add mulaw to audio device for auconv_set_converter.
details: https://anonhg.NetBSD.org/src/rev/9899f3611868
branches: trunk
changeset: 349836:9899f3611868
user: nat <nat%NetBSD.org@localhost>
date: Sun Dec 25 23:23:46 2016 +0000
description:
Add mulaw to audio device for auconv_set_converter.
This should address PR kern/51707.
diffstat:
sys/dev/files.audio | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 60ae5f12b3b4 -r 9899f3611868 sys/dev/files.audio
--- a/sys/dev/files.audio Sun Dec 25 22:44:24 2016 +0000
+++ b/sys/dev/files.audio Sun Dec 25 23:23:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.audio,v 1.9 2016/12/15 04:36:07 christos Exp $
+# $NetBSD: files.audio,v 1.10 2016/12/25 23:23:46 nat Exp $
define audiobus { }
define midibus { }
@@ -13,7 +13,7 @@
# audio and midi devices, attaches to audio hardware driver
#
-device audio {}: audiodev, auconv, aurateconv
+device audio {}: audiodev, auconv, aurateconv, mulaw
attach audio at audiobus
device midi: audio
attach midi at midibus
Home |
Main Index |
Thread Index |
Old Index