summaryrefslogtreecommitdiffstats
path: root/drivers/sound/lowlevel/README
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/lowlevel/README')
-rw-r--r--drivers/sound/lowlevel/README18
1 files changed, 11 insertions, 7 deletions
diff --git a/drivers/sound/lowlevel/README b/drivers/sound/lowlevel/README
index 76fba8dee..da66e3396 100644
--- a/drivers/sound/lowlevel/README
+++ b/drivers/sound/lowlevel/README
@@ -1,12 +1,11 @@
Additional low level sound drivers for Linux
============================================
-This directory contains additional low level sound drivers which
-are not part of USS/Lite (Open Sound System). These drivers are
-maintained by their authors (not by Hannu Savolainen).
-
-If you like to write a new low level sound driver, please contact
-Hannu Savolainen (hannu@voxware.pp.fi) for more info.
+This directory contains some low level sound drivers.
+These drivers are used to be (when Linux sound drivers was OSS/Lite) external
+drivers, not maintained by Hannu Savolainen and not touched by him.
+Now things are changed: the new Linux sound driver code maintained by Alan Cox
+include these lowlevel drivers and they are no more neglected (thanks Alan).
The following low level drivers are included:
@@ -15,4 +14,9 @@ The following low level drivers are included:
- Audio Excel DSP 16 initialization driver by Riccardo Facchetti
(fizban@tin.it)
- SB32/AWE synthesizer driver (Emu8000) by Takashi Iwai
- (iwai@dragon.mm.t.u-tokyo.ac.jp). See README.awe for more info.
+ (iwai@dragon.mm.t.u-tokyo.ac.jp).
+
+You can find documentation for these drivers in the Documentation/sound
+directory.
+
+[ File edited 17.01.1999 - Riccardo Facchetti ]