alsa-tools/ld10k1
Jaroslav Kysela d22f887951 (q)lo10k1: updated INSTALL files
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2012-09-06 17:19:56 +02:00
..
contrib Packaging fix 2005-03-24 11:36:41 +00:00
doc Add ld10k1 tool 2005-03-18 13:40:44 +00:00
dump Add ld10k1 tool 2005-03-18 13:40:44 +00:00
include Various fixes to ld10k1 2005-06-03 12:30:46 +00:00
patch Add ld10k1 tool 2005-03-18 13:40:44 +00:00
setup ld10k1 - Fix eq10 patch for SB Live 2006-01-02 14:28:40 +00:00
src ld10k1 - Use the new API 2007-01-19 18:38:26 +01:00
AUTHORS Various fixes to ld10k1 2005-06-03 12:30:46 +00:00
ChangeLog Add ld10k1 tool 2005-03-18 13:40:44 +00:00
configure.in More build fixes (gtk1 check removal from echomixer), cvscompile removal 2012-01-23 11:40:34 +01:00
COPYING Add ld10k1 tool 2005-03-18 13:40:44 +00:00
COPYING.LIB Add ld10k1 tool 2005-03-18 13:40:44 +00:00
gitcompile gitcompile: return error return code and add GITCOMPILE_NO_MAKE condition 2008-08-19 18:51:25 +02:00
INSTALL (q)lo10k1: updated INSTALL files 2012-09-06 17:19:56 +02:00
ld10k1.m4 Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00
ld10k1d.in Add ld10k1 tool 2005-03-18 13:40:44 +00:00
Makefile.am Added configure target to global Makefile and gitcompile to EXTRA_DIST 2008-09-09 14:17:10 +02:00
NEWS Various fixes to ld10k1 2005-06-03 12:30:46 +00:00
README Add ld10k1 tool 2005-03-18 13:40:44 +00:00
TODO Add ld10k1 tool 2005-03-18 13:40:44 +00:00

This is attempt to make EMU10K1 (EMU10K2) patch loader for ALSA.
This is work in progress. It is not very user friendly.
Loading, unloading, connecting, disconnecting patches works.
It should by able to load identical setup for Audigy as it is in kernel driver.
This dissables AC3 passthrough on SB Live.

ALSA (both alsa-lib and in kernel drivers) version 1.0.7rc1 and higher are required.

There are two parts:
Server - ld10k1 - runing as service - it is storing driver state - it must run
		under root or by setuided
Client - lo10k1 - controls server
and dump loader dl10k1 - loads dumps previously created with lo10k1 & ld10k1.

For options list run 
./ld10k1 -h 
and 
./lo10k1 -h
and 
./dl10k1 -h
and look in doc directory.

ld10k1 will clear card DSP program and you will hear nothing.
You must load some patches to route sound from inputs to outputs (use audigy_init script for
audigy 1, 2 or init_live for sb live).
After loading patch check and set oss mixer emulation through proc file (/proc/asound/card/oss_mixer)

In directory setup are some patches which I use on my Audigy for testing.
With this you will have exactly same mixer as with original driver (+headphone control, not tested 
AudigyDrive inputs and outputs, AC3 passthrought).
Most of them are from emu-tools-0.9.4 package from OSS driver (but not all).
Use as10k1 compiler from alsa-tools package to compile patches.

Peter Zubaj