On Thu, 2006-02-23 at 16:09 +0000, karlos wrote:
> pcm.ossmix {
>     type dmix
>     ipc_key 1024
>     slave {
>     pcm "hw:1,0"
>         period_time 0
>         period_size 512
>         buffer_size 4096 # buffer size < 6653, but pow(x, 2)
>         rate 44100 # we want to play CDs only
>         format S16_LE # needed in alsa 1.0.10 for some reason
>     }
>     bindings {
>         0 0
>         1 1
>     }
> }
> 
> # Everything shall be dmixed, so redefine "default":
> pcm.!default {
>     type plug
>     slave.pcm "ossmix"
> }
> 
> # OSS via aoss should d(mix)stroyed:
> pcm.dsp0 {
>     type plug
>     slave.pcm "ossmix"
> }
> ctl.mixer0 {
>     type hw
>     card 0
> }

What ALSA version are you using?  None of this garbage is necessary.

It looks like you just copied that .asoundrc from the ICE1712 dmix
howto?!?

Try it first with ALSA 1.0.9 or later and NO .asoundrc!!!!!

Lee



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to