Julien Claassen wrote:
Hi everyone!
Do you know, if there is a pendant to the .asoundrc in jack. Can you write a
.jackrc to declare named inputs/outputs with a specified number of channels?
If this is possible, how? I.e. let's say I wanna combine my third and fourth
channel on the soundcard (delta 1010lt ice1712) to one jack-input.
jack's alsa backend takes an alsa device name as an argument. just
define something like "pcm.delta34" in your .asoundrc and call "jackd -d
alsa -d delta34".