Re: [linux-audio-user] es1370 and the el cheapo myth

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] es1370 and the el cheapo myth
From: Clemens Ladisch (clemens_AT_ladisch.de)
Date: Wed Oct 06 2004 - 14:07:11 EEST


Timo Sivula wrote:
> The next step is to find out how to access more than one card at once
> from Jack for Audio. This I have not yet figured out, I only see one
> stereo alsa_pcm for the audio in qjacktl.

Put the following into your /etc/asound.conf or ~/.asoundrc:

pcm.multi {
        type plug
        slave.pcm {
                type multi
                slaves.a {
                        pcm "hw:0"
                        channels 2
                }
                slaves.b {
                        pcm "hw:1"
                        channels 2
                }
                slaves.c {
                        pcm "hw:2"
                        channels 2
                }
                bindings [
                        { slave a channel 0 }
                        { slave a channel 1 }
                        { slave b channel 0 }
                        { slave b channel 1 }
                        { slave c channel 0 }
                        { slave c channel 1 }
                ]
        }
}

and tell Jack to use device name "multi".

HTH
Clemens


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Wed Oct 06 2004 - 14:13:05 EEST