[alsa-devel] [PATCH 024/199] Documentation/sound/alsa/emu10k1-jack.txt: Checkpatch cleanup
Documentation/sound/alsa/emu10k1-jack.txt:3: ERROR: trailing whitespace Documentation/sound/alsa/emu10k1-jack.txt:39: ERROR: trailing whitespace Documentation/sound/alsa/emu10k1-jack.txt:58: ERROR: trailing whitespace
Signed-off-by: Andrea Gelmini andrea.gelmini@gelma.net --- Documentation/sound/alsa/emu10k1-jack.txt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/sound/alsa/emu10k1-jack.txt b/Documentation/sound/alsa/emu10k1-jack.txt index 751d450..3cc6548 100644 --- a/Documentation/sound/alsa/emu10k1-jack.txt +++ b/Documentation/sound/alsa/emu10k1-jack.txt @@ -1,6 +1,6 @@ This document is a guide to using the emu10k1 based devices with JACK for low latency, multichannel recording functionality. All of my recent work to allow -Linux users to use the full capabilities of their hardware has been inspired +Linux users to use the full capabilities of their hardware has been inspired by the kX Project. Without their work I never would have discovered the true power of this hardware.
@@ -36,7 +36,7 @@ The 16 input ports are connected to the 16 physical inputs. Contrary to popular belief, all emu10k1 cards are multichannel cards. Which of these input channels have physical inputs connected to them depends on the card model. Trial and error is highly recommended; the pinout diagrams -for the card have been reverse engineered by some enterprising kX users and are +for the card have been reverse engineered by some enterprising kX users and are available on the internet. Meterbridge is helpful here, and the kX forums are packed with useful information.
@@ -55,7 +55,7 @@ JACK Epilog FXBUS2(nr) -------------------------------------------- capture_1 asio14 FXBUS2(0xe) capture_2 asio15 FXBUS2(0xf) -capture_3 asio0 FXBUS2(0x0) +capture_3 asio0 FXBUS2(0x0) ~capture_4 Center EXTOUT(0x11) // mapped to by Center ~capture_5 LFE EXTOUT(0x12) // mapped to by LFE capture_6 asio3 FXBUS2(0x3)
Documentation/sound/alsa/serial-u16550.txt:72: ERROR: trailing whitespace Documentation/sound/alsa/serial-u16550.txt:77: ERROR: trailing whitespace
Signed-off-by: Andrea Gelmini andrea.gelmini@gelma.net --- Documentation/sound/alsa/serial-u16550.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/sound/alsa/serial-u16550.txt b/Documentation/sound/alsa/serial-u16550.txt index c191955..6ad3e66 100644 --- a/Documentation/sound/alsa/serial-u16550.txt +++ b/Documentation/sound/alsa/serial-u16550.txt @@ -69,12 +69,12 @@ Usage example for M/B mode:
The MS-124W hardware's M/A mode is currently not supported. This mode allows the MIDI Outs to act independently at double the aggregate throughput of M/B, -but does not allow sending the same byte simultaneously to multiple MIDI Outs. +but does not allow sending the same byte simultaneously to multiple MIDI Outs. The M/A protocol requires the driver to twiddle the modem control lines under timing constraints, so it would be a bit more complicated to implement than the other modes.
-Midiator models other than MS-124W and MS-124T are currently not supported. +Midiator models other than MS-124W and MS-124T are currently not supported. Note that the suffix letter is significant; the MS-124 and MS-124B are not compatible, nor are the other known models MS-101, MS-101B, MS-103, and MS-114. I do have documentation (tim.mann@compaq.com) that partially covers these models,
participants (1)
-
Andrea Gelmini