On Sun, 29 Feb 2004 13:18:43 +0100 (CET)
Jaroslav Kysela <[EMAIL PROTECTED]> wrote:

> > 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.

Oh, yes, i forgot.

> 
> Use this definition for ICE1724:
> 
> pcm.mydmix {
>       type dmix
>       slave.pcm "hw:0,1"
>       ... other parameters here ...
> }

and then 

pcm.!default {
        type plug
        slave.pcm "mydmix"
}

i suppose [if you want to make it your default device]. For other card
it varies, of course, which hw device is the spdif. is there a reliable
way to find out? Is there something like an ident string available for
the different hw devices listed by 

cat /proc/asound/devices

or will only try and error help to find out? Oh, i just see that the
info in /proc/asound/cardX/pcmY[p|c] shows the name for pcm-device Y on
card X.. cool.

Flo

-- 
signature :)



-------------------------------------------------------
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