Hi,

I want to connect my PC both to active stereospeakers and to my AV-Reciever.

With the .asoundrc shown below, I am able to switch output-channels using 
aplay. I tried to change the bindings to route the input to 4 output-channels 
but that did not work. Actually I don't have any clues how to do this.

The second problem is that, if I change the plugin type from dshare to dmix I 
get dropouts. Anything wrong with my settings?

Last but not least I am using aRTS. With my .asoundrc as shown below this 
works pretty well, but If I redefine pcm.default to dmixer12 it doesn't 
anymore. Is there a workaround to get arts to work with dmix/dshare?

TIA Volker

<.asoundrc>
 pcm.ice1712 {
   type hw
   card 0
   device 0
}

ctl.ice1712 {
   type hw
   card 0
}

pcm.dmixer12 {
     type dshare
     ipc_key 1024
     slave {
        pcm "hw:0,0"
        period_time 0
        period_size 1024
        buffer_size 6553
        rate 44100 # set to your source rate
    }
    bindings.0 0
    bindings.1 1
}

pcm.dmixer34 {
     type dshare
     ipc_key 1024  # must be same as for dmixer12
     slave {       # all parameters in this section
                   # must be same as for dmixer12
        pcm "hw:0,0"
        period_time 0
        period_size 1024
        buffer_size 6553
        rate 44100
    }
    bindings.0 2
    bindings.1 3
}

pcm.dmixer56 {
     type dshare
     ipc_key 1024  # must be same as for dmixer12
     slave {       # all parameters in this section
                   # must be same as for dmixer12
        pcm "hw:0,0"
        period_time 0
        period_size 1024
        buffer_size 6553
        rate 44100
    }
    bindings.0 4
    bindings.1 5
}
pcm.channel12 {
    type plug
    slave.pcm "dmixer12"
}

pcm.channel34 {
    type plug
    slave.pcm "dmixer34"
}

pcm.channel56 {
    type plug
    slave.pcm "dmixer56"
}
</.asoundrc>



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to