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

ALSA: doc: ReSTize emu10k1-jack.txt

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

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

+13 -9
+12 -8
Documentation/sound/alsa/emu10k1-jack.txt Documentation/sound/cards/emu10k1-jack.rst
··· 1 + ================================================================= 2 + Low latency, multichannel audio with JACK and the emu10k1/emu10k2 3 + ================================================================= 4 + 1 5 This document is a guide to using the emu10k1 based devices with JACK for low 2 6 latency, multichannel recording functionality. All of my recent work to allow 3 7 Linux users to use the full capabilities of their hardware has been inspired ··· 11 7 http://www.kxproject.com 12 8 - Lee Revell, 2005.03.30 13 9 14 - Low latency, multichannel audio with JACK and the emu10k1/emu10k2 15 - ----------------------------------------------------------------- 16 10 17 11 Until recently, emu10k1 users on Linux did not have access to the same low 18 12 latency, multichannel features offered by the "kX ASIO" feature of their ··· 25 23 fairly self explanatory - select Duplex, then for capture and playback select 26 24 the multichannel devices, set the in and out channels to 16, and the sample 27 25 rate to 48000Hz. The command line looks like this: 26 + :: 28 27 29 - /usr/local/bin/jackd -R -dalsa -r48000 -p64 -n2 -D -Chw:0,2 -Phw:0,3 -S 28 + /usr/local/bin/jackd -R -dalsa -r48000 -p64 -n2 -D -Chw:0,2 -Phw:0,3 -S 30 29 31 30 This will give you 16 input ports and 16 output ports. 32 31 33 32 The 16 output ports map onto the 16 FX buses (or the first 16 of 64, for the 34 33 Audigy). The mapping from FX bus to physical output is described in 35 - SB-Live-mixer.txt (or Audigy-mixer.txt). 34 + sb-live-mixer.rst (or audigy-mixer.rst). 36 35 37 36 The 16 input ports are connected to the 16 physical inputs. Contrary to 38 37 popular belief, all emu10k1 cards are multichannel cards. Which of these ··· 52 49 ports to FXBUS2 (multitrack recording input) and EXTOUT (physical output) 53 50 channels. 54 51 55 - /*JACK (& ASIO) mappings on 10k1 5.1 SBLive cards: 56 - -------------------------------------------- 52 + JACK (& ASIO) mappings on 10k1 5.1 SBLive cards: 53 + 54 + ============== ======== ============ 57 55 JACK Epilog FXBUS2(nr) 58 - -------------------------------------------- 56 + ============== ======== ============ 59 57 capture_1 asio14 FXBUS2(0xe) 60 58 capture_2 asio15 FXBUS2(0xf) 61 59 capture_3 asio0 FXBUS2(0x0) ··· 73 69 capture_14 asio11 FXBUS2(0xb) 74 70 capture_15 asio12 FXBUS2(0xc) 75 71 capture_16 asio13 FXBUS2(0xd) 76 - */ 72 + ============== ======== ============ 77 73 78 74 TODO: describe use of ld10k1/qlo10k1 in conjunction with JACK
+1 -1
Documentation/sound/cards/index.rst
··· 8 8 cmipci 9 9 sb-live-mixer 10 10 audigy-mixer 11 - 11 + emu10k1-jack