On Sat, 10 Oct 2009, Mikhail Ramendik wrote:

> Hello,
>
> I am trying to make an .asoundrc that would give me iec958 output on
> my system while also supporting dmix.
>
> Without dmix, I get iec958 output with the following .asoundrc :
>
> pcm.!default {
>    type plug
>    slave.pcm iec958
> }
>
> But I do need dmix, and I can't make it work. Try 1:
>
> pcm.!default {
>    type dmix
>    slave.pcm iec958
> }

Try:

pcm.!default {
   type plug
   slave.pcm "dmix:iec958"
}

                                        Jaroslav

-----
Jaroslav Kysela <[email protected]>
Linux Kernel Sound Maintainer
ALSA Project, Red Hat, Inc.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to