On Sun, 29 Feb 2004, Florian Schmidt wrote:

> On Sun, 29 Feb 2004 12:01:33 +0100
> Anders Bruun Olsen <[EMAIL PROTECTED]> wrote:
> 
> > I have been reading a bit about using dmix but have a slight problem.
> > It is easy to setup things so that dmix is the default place to send
> > sound, but how can I make dmix use plug:spdif for the actual output?
> 
> pcm.foo {
>       type dmix
>       slave.pcm "spdif"
> }
> 
> pcm.!default {
>       type plug
>       slave.pcm "foo"
> }
> 
> or something..

It won't work, because dmix (dsnoop and dshare) plugins requires "hw:X,Y" 
slave plugin.

Use this definition for ICE1724:

pcm.mydmix {
        type dmix
        slave.pcm "hw:0,1"
        ... other parameters here ...
}

                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to