AthlonRob wrote:
> I'm having a hell of a time getting the dmix plugin to work properly.
> [...]
> Which, to me, says you can't use plug as a pcm, like you apparently can
> do with dmix.

pcm names, slave names, and pcm types, are different entities.

Please try the following:

pcm.hardware {
        type hw
        card 0
}

pcm.mixed {
        type dmix
        ipc 12345
        slave.pcm hardware
}

pcm.!default {
        type plug
        slave.pcm mixed
}


HTH
Clemens




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to