diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-05-11 06:46:23 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-05-11 06:46:23 +0000 |
commit | cb499c42facd77434ebac9a75c6bd41df9f1ed9d (patch) | |
tree | cc19762f9b558b3e3639e919167faf31200d4068 /sys/dev/tc/files.tc | |
parent | e7adfc42b4982d81907aac13902bddc965027d8d (diff) |
Remove all audio format conversion code from the kernel (btw holding
the kernel_lock), as we already do better conversions in
user-mode. Yet, no need for every single driver to fiddle with the
conversion code as they are done transparently by common MI code. With
help from armani and miod, support from mpi
ok armani@
Diffstat (limited to 'sys/dev/tc/files.tc')
-rw-r--r-- | sys/dev/tc/files.tc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/files.tc b/sys/dev/tc/files.tc index 10973b3b413..b47daf622e4 100644 --- a/sys/dev/tc/files.tc +++ b/sys/dev/tc/files.tc @@ -1,4 +1,4 @@ -# $OpenBSD: files.tc,v 1.12 2014/10/18 12:21:57 miod Exp $ +# $OpenBSD: files.tc,v 1.13 2015/05/11 06:46:22 ratchov Exp $ # $NetBSD: files.tc,v 1.26 2001/11/28 10:21:24 lukem Exp $ # # Config file and device description for machine-independent @@ -24,7 +24,7 @@ attach le at tc with le_tc: le24, le_dec_subr file dev/tc/if_le_tc.c le_tc # baseboard audio -device bba: audio, am7930, mulaw +device bba: audio, am7930 attach bba at ioasic file dev/tc/bba.c bba |