]> git.alsa-project.org Git - alsa-utils.git/commitdiff
jcu.cz -> alsa-project.org modifications & other cleanups
authorJaroslav Kysela <perex@perex.cz>
Mon, 10 Jan 2000 13:29:00 +0000 (13:29 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 10 Jan 2000 13:29:00 +0000 (13:29 +0000)
README
utils/alsa-utils.spec.in

diff --git a/README b/README
index 6125c6407848c53354455d00139a4638b19c4eea..802bbd89835758d9dfe37ced3027225b819483f4 100644 (file)
--- a/README
+++ b/README
@@ -11,6 +11,6 @@ aplay/arecord - utility for playback / record of .wav,.voc,.au files
 amixer         - a command line mixer
 alsamixer      - ncurses mixer
 
-You should look for more info about ALSA project to http://alsa.jcu.cz.
+You may look for more info about ALSA project to http://www.alsa-project.org.
 
                                        Jaroslav Kysela <perex@suse.cz>
index df81384438f9e1f0a980c501b64b4c011b46737d..96f147757c4c6440cacc41589f2a583a4342254f 100644 (file)
@@ -18,32 +18,6 @@ Requires: alsa-lib alsa-driver
 
 Advanced Linux Sound Architecture (ALSA) - Utils
 
-Features
-========
-
-* general
-  - modularized architecture with support for 2.0 and latest 2.1 kernels
-  - support for versioned and exported symbols
-  - full proc filesystem support - /proc/sound
-* ISA soundcards
-  - support for 128k ISA DMA buffer
-* mixer
-  - new enhanced API for applications
-  - support for unlimited number of channels
-  - volume can be set in three ways (percentual (0-100), exact and decibel)
-  - support for mute (and hardware mute if hardware supports it)
-  - support for mixer events
-    - this allows two or more applications to be synchronized
-* digital audio (PCM)
-  - new enhanced API for applications
-  - full real duplex support
-  - full duplex support for SoundBlaster 16/AWE soundcards
-  - digital audio data for playback and record should be read back using
-    proc filesystem
-* OSS/Lite compatibility
-  - full mixer compatibity
-  - full PCM (/dev/dsp) compatibility
-
 %changelog
 
 * Mon May 28 1998 Helge Jensen <slog@slog.dk>