At Wed, 24 Sep 2003 01:13:26 -0400,
Jeff wrote:
> 
> I have an M-Audio Revolution card, and I only use the spdif (coax) out. 
> I can play music by piping it through "aplay -Dplug:spdif", but I would 
> like that that plug to be the default so that I don't have to pipe 
> everything. How do I do this? From googling around, I've seen the format 
> for the .asoundrc file and how to create other plugs, but nothing on how 
> to make one the default.

you can use '!' prefix to override the definition.
it will be something like this:

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


Takashi


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