diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-04 08:03:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-04 08:03:33 +0000 |
commit | 37f4ce365ef6172a6177e32e04444cd30e682311 (patch) | |
tree | 173344eefa7aca2cd044889c8b5543f287c8e525 /sys/arch/vax | |
parent | 7e1f6a21d149ecff2e5fa3962d6d3267555a6b51 (diff) |
Add emulation support for slinear:8, ulinear:8 and alaw. Written by jason@
more than 8 years ago; allows aucat (and sndio users) to happily use
amd7930-based audio devices.
Verified by playing an mp3 file on vax.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/conf/files.vax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index d730b49676b..5b8b0fdcc6c 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,4 +1,4 @@ -# $OpenBSD: files.vax,v 1.55 2011/09/03 20:41:31 miod Exp $ +# $OpenBSD: files.vax,v 1.56 2011/09/04 08:03:32 miod Exp $ # $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $ # # new style config file for vax architecture @@ -155,7 +155,7 @@ device led attach led at mainbus file arch/vax/vax/led.c led needs-flag -device vsaudio: audio, am7930 +device vsaudio: audio, am7930, mulaw attach vsaudio at vsbus file arch/vax/vsa/vsaudio.c vsaudio |