Blame ld10k1/doc/ld10k1_usage

Packit 427e91
ld10k1 is server part - linker - it must run to use loader
Packit 427e91
There must be exactly one instance for one emu10k1 based card wich you want use.
Packit 427e91
Packit 427e91
Parameters:
Packit 427e91
Packit 427e91
-h or --help
Packit 427e91
    Prints short help message
Packit 427e91
    
Packit 427e91
-c num or --card num
Packit 427e91
    Use card number num - ld10k1 will use device with name hw:0
Packit 427e91
    
Packit 427e91
    example:
Packit 427e91
	ld10k1 -c 1
Packit 427e91
	Use card 1 
Packit 427e91
	
Packit 427e91
-p name or --pipe_name name
Packit 427e91
    ld10k1 will listen on named socked name. This socket is used for communication with lo10k1.
Packit 427e91
    Default is /tmp/.ld10k1_port
Packit 427e91
Packit 427e91
-t size or --tram_size size
Packit 427e91
    Initialize initial TRAM size to size size. Size is rounded up to next valid value. Size is in samples and
Packit 427e91
    can be one of 0 - external tram is disabled, 1 - 16384, 2 - 32768, 3 - 65536, 4 - 131072, 5 - 262144,
Packit 427e91
	6 -524288, 7 - 1048576, 8 - 1048576. For Audigy 1, Audigy 2 you need patch from patch directory,
Packit 427e91
	because current ALSA version doesn't supports TRAM on these cards.
Packit 427e91
Packit 427e91
    example:
Packit 427e91
	ld10k1 -t 7
Packit 427e91
Packit 427e91
-n or --network
Packit 427e91
	ld10k1 default uses named socket, this switch to use network socket. You can use --port options to
Packit 427e91
	define port to listen
Packit 427e91
Packit 427e91
--port portnum
Packit 427e91
	listen on port portnum.
Packit 427e91
-d or --daemon
Packit 427e91
	ld10k1 runs as daemon.