diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2009-09-08 09:47:42 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2009-09-08 09:47:42 +0000 |
| commit | e875bf360eb689543e354154a9cfd6fb9f23100a (patch) | |
| tree | 28ea2fb5de64c1246de778b2a95d4b7eebb5a338 /sys/dev | |
| parent | eb4ebcd11a592bd6dd53208237bc67c6f52cf2cb (diff) | |
PR# kern/39899: audio attach with pad(4) segfaults
Make sure pad pulls in auconv mulaw support.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pad/files.pad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pad/files.pad b/sys/dev/pad/files.pad index 8929b20c701..1d75ca7209c 100644 --- a/sys/dev/pad/files.pad +++ b/sys/dev/pad/files.pad @@ -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 |
