> .asoundrc from Alsa site:
>
>         pcm.via82xx {
>            type hw
>            card 0
>         }
>
>         ctl.via82xx {
>            type hw
>            card 0
>         }
>
> Maybe I need to include the ',1' interface somehow? How would I do that?
>
> Thanks,
> Mark

Would this be correct?
(Info taken from
http://alsa.opensrc.org/index.php?page=.asoundrc
)

         pcm.via82xx {
            type hw
            card 0
            device 0
            subdevice 1
         }

         ctl.via82xx {
            type hw
            card 0
            device 0
            subdevice 1
         }

Or do I need to give it a different name and call it specifically for every
application that needs sound? This is the part I cannot seem to find info
on....

Thanks,
Mark




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to