Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: doc: ReSTize serial-u16550.txt

Yet another simple conversion from a plain text file.
Put to cards directory.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

+14 -8
+13 -8
Documentation/sound/alsa/serial-u16550.txt Documentation/sound/cards/serial-u16550.rst
··· 1 - 2 - Serial UART 16450/16550 MIDI driver 3 - =================================== 1 + =================================== 2 + Serial UART 16450/16550 MIDI driver 3 + =================================== 4 4 5 5 The adaptor module parameter allows you to select either: 6 6 7 - 0 - Roland Soundcanvas support (default) 8 - 1 - Midiator MS-124T support (1) 9 - 2 - Midiator MS-124W S/A mode (2) 10 - 3 - MS-124W M/B mode support (3) 11 - 4 - Generic device with multiple input support (4) 7 + * 0 - Roland Soundcanvas support (default) 8 + * 1 - Midiator MS-124T support (1) 9 + * 2 - Midiator MS-124W S/A mode (2) 10 + * 3 - MS-124W M/B mode support (3) 11 + * 4 - Generic device with multiple input support (4) 12 12 13 13 For the Midiator MS-124W, you must set the physical M-S and A-B 14 14 switches on the Midiator to match the driver mode you select. ··· 22 22 send the F5 NN command sequence at all; perhaps it ought to. 23 23 24 24 Usage example for simple serial converter: 25 + :: 25 26 26 27 /sbin/setserial /dev/ttyS0 uart none 27 28 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 speed=115200 28 29 29 30 Usage example for Roland SoundCanvas with 4 MIDI ports: 31 + :: 30 32 31 33 /sbin/setserial /dev/ttyS0 uart none 32 34 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 outs=4 ··· 39 37 parameter to match (A=19200, B=9600). 40 38 41 39 Usage example for MS-124T, with A-B switch in A position: 40 + :: 42 41 43 42 /sbin/setserial /dev/ttyS0 uart none 44 43 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=1 \ ··· 50 47 the same data to all four MIDI Out connectors at full MIDI speed. 51 48 52 49 Usage example for S/A mode: 50 + :: 53 51 54 52 /sbin/setserial /dev/ttyS0 uart none 55 53 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=2 ··· 67 63 one byte every 320 us per port. 68 64 69 65 Usage example for M/B mode: 66 + :: 70 67 71 68 /sbin/setserial /dev/ttyS0 uart none 72 69 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=3
+1
Documentation/sound/cards/index.rst
··· 15 15 bt87x 16 16 maya44 17 17 hdspm 18 + serial-u16550