Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pad PR# kern/39899: audio attach with pad(4) segfaults



details:   https://anonhg.NetBSD.org/src/rev/d78d672063ea
branches:  trunk
changeset: 747280:d78d672063ea
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Sep 08 09:47:42 2009 +0000

description:
PR# kern/39899: audio attach with pad(4) segfaults

Make sure pad pulls in auconv mulaw support.

diffstat:

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

diffs (11 lines):

diff -r 3591dd97e108 -r d78d672063ea sys/dev/pad/files.pad
--- a/sys/dev/pad/files.pad     Tue Sep 08 08:56:33 2009 +0000
+++ b/sys/dev/pad/files.pad     Tue Sep 08 09:47:42 2009 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: files.pad,v 1.3 2008/06/10 12:49:16 drochner Exp $
+# $NetBSD: files.pad,v 1.4 2009/09/08 09:47:42 jmcneill Exp $
 
-defpseudodev pad: audiobus, auconv, aurateconv
+defpseudodev pad: audiobus, auconv, aurateconv, mulaw
 file   dev/pad/pad.c           pad
 file   dev/pad/padvol.c        pad



Home | Main Index | Thread Index | Old Index