I recommend using JACK for that to get this going fast and easy. You can set
up a virtual JACK soundcard like this:

http://alsa.opensrc.org/index.php/Jack_(plugin)<http://alsa.opensrc.org/index.php/Jack_%28plugin%29>

For you it should look like this:

pcm.!default {
    type plug
    slave { pcm "jack" }
}

pcm.jack {
    type jack
    playback_ports {
        0 alsa_pcm:playback_1
        1 alsa_pcm:playback_2
        2 alsa_pcm:playback_3
        3 alsa_pcm:playback_4
        4 alsa_pcm:playback_5
        5 alsa_pcm:playback_6

    }
    capture_ports {
        0 alsa_pcm:capture_1
        1 alsa_pcm:capture_2
    }
}

ctl.mixer0 {
    type hw
    card 0
}

Because you have 6 playback ports.

Then you can wire your software playback devices to the virtual JACK
soundcard in QJackCtl.

Hope this helps...

Martin



On Sun, Jul 6, 2008 at 5:06 PM, Marc MERLIN <[EMAIL PROTECTED]> wrote:

> On Sun, Jul 06, 2008 at 04:48:30PM +0200, Martin Horn wrote:
> > have a look at the file .asoundrc
>
> I think we both know it's in ~/.asoundrc :)
>
> > you can do this by modyfing it, seasrch the web for howtos
>
> I looked before asking, see:
>
> > > > I haven't found this anywhere in the FAQs.
>
> Marc
> --
> "A mouse is a device used to point at the xterm you want to type in" -
> A.S.R.
> Microsoft is to operating systems & security ....
>                                      .... what McDonalds is to gourmet
> cooking
> Home page: http://marc.merlins.org/
>
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to