diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2007-09-03 09:55:49 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 15:59:44 +0200 |
commit | c78c950d28df984e39ad028a90bcdadcd3eda3b6 (patch) | |
tree | 3353f01703a224b0c9be3b3d7bbb93cebea7c799 /Documentation/sound/alsa/CMIPCI.txt | |
parent | 8992e18db32f5df55fd4b458def7dccd2a5c3266 (diff) | |
download | talos-obmc-linux-c78c950d28df984e39ad028a90bcdadcd3eda3b6.tar.gz talos-obmc-linux-c78c950d28df984e39ad028a90bcdadcd3eda3b6.zip |
[ALSA] cmipci: do not check for integrated FM/MIDI ports with chip version 37
Integrated MPU-401/OPL3 ports are available with chip version 39 and
later, so we do not test for the port with version 37.
Now that the test is known to work, we can again enable the MIDI port by
default.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'Documentation/sound/alsa/CMIPCI.txt')
-rw-r--r-- | Documentation/sound/alsa/CMIPCI.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Documentation/sound/alsa/CMIPCI.txt b/Documentation/sound/alsa/CMIPCI.txt index 664be46566b8..16935c8561f7 100644 --- a/Documentation/sound/alsa/CMIPCI.txt +++ b/Documentation/sound/alsa/CMIPCI.txt @@ -209,12 +209,13 @@ In addition to the standard SB mixer, CM8x38 provides more functions. MIDI CONTROLLER --------------- -The MPU401-UART interface is disabled as default. You need to set -module option "mpu_port" with a valid I/O port address to enable the -MIDI support. The valid I/O ports are 0x300, 0x310, 0x320 and 0x330. -Choose the value which doesn't conflict with other cards. With -CMI8738 and newer chips, you can use "mpu_port=1" to use a PCI port -address that does not conflict with any other card. +With CMI8338 chips, the MPU401-UART interface is disabled as default. +You need to set the module option "mpu_port" to a valid I/O port address +to enable MIDI support. Valid I/O ports are 0x300, 0x310, 0x320 and +0x330. Choose a value that doesn't conflict with other cards. + +With CMI8738 and newer chips, the MIDI interface is enabled by default +and the driver automatically chooses a port address. There is _no_ hardware wavetable function on this chip (except for OPL3 synth below). |