# HG changeset patch
# User gabucino
# Date 1023488247 0
# Node ID 0d24f3ba4d9a9c5bab9700f46e11353d6fd9181e
# Parent 68a3003b57ce797e3495351a944fc78c009d31a2
added small notes for HW AC3 support
diff -r 68a3003b57ce -r 0d24f3ba4d9a DOCS/sound.html
--- a/DOCS/sound.html Fri Jun 07 22:15:40 2002 +0000
+++ b/DOCS/sound.html Fri Jun 07 22:17:27 2002 +0000
@@ -21,11 +21,11 @@
General: |
- | oss | | OSS (ioctl) driver |
+ | oss | | OSS (ioctl) driver (supports hardware AC3 passthrough) |
| sdl | | SDL driver (supports up/downsampling, ESD, ARTS etc) |
| nas | | NAS (Network Audio System) driver |
| alsa5 | | native ALSA 0.5 driver |
- | alsa9 | | native ALSA 0.9 driver (works, but has problems -> use OSS) |
+ | alsa9 | | native ALSA 0.9 driver (works, but has problems -> use OSS) (supports hardware AC3 passthrough) |
| sun | | SUN audio driver (/dev/audio) for BSD and Solaris8 users |
| arts | | native ARTS driver (mostly for KDE users) |