diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2007-10-11 08:42:23 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 10:51:14 -0400 |
commit | c1099fcb74ddc005c85beaef33bbe68c9bf3b5bb (patch) | |
tree | 7a5e2723cfcbb47a2bbfbc63ce029d3353708fbd /Documentation | |
parent | 69d8d3eb4df40194485b842c00047bb80e51c6a8 (diff) |
[ALSA] mpu-401: remove MPU401_INFO_UART_ONLY flag
Since the last patch made the ENTER_UART command optional, the
enter_uart option and its corresponding flag have become superfluous.
The uart_enter option remains for backward compatibility but just prints
a warning when used.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index a035eb64042f..4b48c2e82c3c 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
@@ -1388,7 +1388,6 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
1388 | port - port number or -1 (disable) | 1388 | port - port number or -1 (disable) |
1389 | irq - IRQ number or -1 (disable) | 1389 | irq - IRQ number or -1 (disable) |
1390 | pnp - PnP detection - 0 = disable, 1 = enable (default) | 1390 | pnp - PnP detection - 0 = disable, 1 = enable (default) |
1391 | uart_enter - Issue UART_ENTER command at open - bool, default = on | ||
1392 | 1391 | ||
1393 | This module supports multiple devices and PnP. | 1392 | This module supports multiple devices and PnP. |
1394 | 1393 | ||