Go to file
Jaroslav Kysela 81ce8153c4 Maarten de Boer <mdeboer@iua.upf.es> - JACK plugin patch
- now multichannel works (before only 1 channel worked). i tested stereo,
  and it works fine.

- i extended the configuration. the jack ports to connect to are now not
hard-coded anymore. instead, they will have to be specified in the
asound.conf, which allows to connect to any other jack client.

my asound.conf now looks like this:

pcm.jackplug {
        type plug
        slave { pcm "jack" }
}

pcm.jack {
        type jack
        playback_ports {
                0 alsa_pcm:playback_1
                1 alsa_pcm:playback_2
        }
        capture_ports {
                0 alsa_pcm:capture_1
                1 alsa_pcm:capture_2
        }
}
2003-02-18 17:38:32 +00:00
aserver More pcm_jack plugin changes 2003-02-12 21:57:49 +00:00
doc Added dmix plugin 2003-02-12 15:20:38 +00:00
include Maarten de Boer <mdeboer@iua.upf.es> - JACK plugin patch 2003-02-18 17:38:32 +00:00
src Maarten de Boer <mdeboer@iua.upf.es> - JACK plugin patch 2003-02-18 17:38:32 +00:00
test Fixed format parameter according description 2003-02-17 18:01:16 +00:00
utils added pkg-config file alsa.pc. 2002-09-18 16:38:18 +00:00
acconfig.h get back for the old autoheader. 2002-10-07 09:57:31 +00:00
acinclude.m4 duplicated the required alsa-kernel header files into the local 2002-10-09 13:43:35 +00:00
ChangeLog * update to libtool 1.3.3 1999-07-22 12:18:42 +00:00
configure.in More pcm_jack plugin changes 2003-02-12 21:57:49 +00:00
COPYING Updated GNU GPL license (address). 2001-12-30 09:22:54 +00:00
cvscompile Oops, depmod should be depcomp 2002-10-24 12:09:30 +00:00
INSTALL duplicated the required alsa-kernel header files into the local 2002-10-09 13:43:35 +00:00
Makefile.am Oops, depmod should be depcomp 2002-10-24 12:09:30 +00:00
MEMORY-LEAK Initial version 2003-02-04 14:56:07 +00:00
TODO Added snd_config_load_override(). 2002-01-09 21:28:15 +00:00