aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/sound/CHANGELOG
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-04-23 01:50:14 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-04-23 01:50:14 +0000
commit9fc9dd51c5682b6dfa2c625fc24d8681307a472b (patch)
treeeefc94a690c6ee2a3b9ead56cb983ce789332964 /sys/i386/isa/sound/CHANGELOG
parentd139b2ddbac0918f95579a271cd57fb309e69e44 (diff)
downloadsrc-9fc9dd51c5682b6dfa2c625fc24d8681307a472b.tar.gz
src-9fc9dd51c5682b6dfa2c625fc24d8681307a472b.zip
Update sound driver to version 2.5
Notes
Notes: svn path=/head/; revision=1399
Diffstat (limited to 'sys/i386/isa/sound/CHANGELOG')
-rw-r--r--sys/i386/isa/sound/CHANGELOG22
1 files changed, 21 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/CHANGELOG b/sys/i386/isa/sound/CHANGELOG
index 78168dd5d672..6a9bef153ce3 100644
--- a/sys/i386/isa/sound/CHANGELOG
+++ b/sys/i386/isa/sound/CHANGELOG
@@ -1,6 +1,26 @@
-Changelog for version 2.4
+Changelog for version 2.5
-------------------------
+Since 2.5-beta2
+- Some fine tuning to the GUS v3.7 mixer code.
+- Fixed speed limits for the plain SB (1.0 to 2.0).
+
+Since 2.5-beta
+- Fixed OPL-3 detection with SB. Caused problems with PAS16.
+- GUS v3.7 mixer support.
+
+Since 2.4
+- Mixer support for Sound Galaxy NX Pro (define __SGNXPRO__ on your local.h).
+- Fixed truncated sound on /dev/dsp when the device is closed.
+- Linear volume mode for GUS
+- Pitch bends larger than +/- 2 octaves.
+- MIDI recording for SB and SB Pro. (Untested).
+- Some other fixes.
+- SB16 MIDI and DSP drivers only initialized if SB16 actually installed.
+- Implemented better detection for OPL-3. This should be usefull if you
+ have an old SB Pro (the non-OPL-3 one) or a SB 2.0 clone which has a OPL-3.
+- SVR4.2 support by Ian Hartas. Initial ALPHA TEST version (untested).
+
Since 2.3b
- Fixed bug which made it impossible to make long recordings to disk.
Recording was not restarted after a buffer overflow situation.