]> git.alsa-project.org Git - alsa-lib.git/commit
Maarten de Boer <mdeboer@iua.upf.es> - JACK plugin patch
authorJaroslav Kysela <perex@perex.cz>
Tue, 18 Feb 2003 17:38:32 +0000 (17:38 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 18 Feb 2003 17:38:32 +0000 (17:38 +0000)
commit81ce8153c40c077ac7f64e0c1aeee44886090503
tree067f41fdc475cb7957466ef18a023637e075afbe
parentd763d83ee2fe05ca71635f68010e0e7b52069f2b
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
        }
}
include/pcm_plugin.h
src/pcm/pcm_jack.c