diff options
author | Peter Gruber <nokos@gmx.net> | 2006-03-27 15:10:28 +0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-31 19:58:57 +0400 |
commit | 109a9638f0fe38915838b7b9acd98e7cfa91797f (patch) | |
tree | 4cbc58ae7b65cecc57c6922aee2baad6819512e4 /Documentation | |
parent | 2125cad29100f88670a483a2291ffdbeae0cd5fc (diff) | |
download | linux-109a9638f0fe38915838b7b9acd98e7cfa91797f.tar.xz |
[ALSA] Add snd-riptide driver for Conexant Riptide chip
Add snd-riptide driver for Conexant Riptide chip by Peter Gruber.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index 1ac20940d8f9..5f79efa777a7 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt @@ -1220,6 +1220,20 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. The power-management is supported. + Module snd-riptide + ------------------ + + Module for Conexant Riptide chip + + joystick_port - Joystick port # (default: 0x200) + mpu_port - MPU401 port # (default: 0x330) + opl3_port - OPL3 port # (default: 0x388) + + This module supports multiple cards. + The driver requires the firmware loader support on kernel. + You need to install the firmware file "riptide.hex" to the standard + firmware path (e.g. /lib/firmware). + Module snd-rme32 ---------------- |