Alle 14:23, mercoledì 7 febbraio 2007, flocchini ha scritto:

> Now I have to make my surround to work, how to even just "copy" a stream  
> to others output? Currently only front and earphones outputs are working,
> with my creative usb I was able to put pcm on all output with this
> asound.conf
>

[...]

>
> But no sound from rear and c-sub :( Any hint? Thanks to all
>

Nevermind, I got it! ;)

pcm.dmix51 {
   type dmix
   ipc_key 1024
   ipc_key_add_uid false
   ipc_perm 0666
   slave {
      pcm "hw:0,0"
      channels 6
      period_time 0
      period_size 1024
      buffer_size 8192
      rate 44100
   }
}

ctl.dmix51 {
   type hw
   card 0
}

pcm.stereo {
   type plug
   slave.pcm "dmix51"
   ttable.0.0 1
   ttable.1.1 1
}

pcm.!default {
   type route
   slave.pcm "dmix51"
   slave.channels 6
   ttable.0.0 1
   ttable.1.1 1
   ttable.0.2 1
   ttable.1.3 1
   ttable.0.4 1
   ttable.1.4 1
   ttable.0.5 1
   ttable.1.5 1
}

pcm.duplicate {
   type plug
   slave.pcm "dmix51"
   slave.channels 6
   route_policy duplicate
}

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to