On Tue, 2006-01-17 at 18:21 -0500, Rich Rosa wrote:
> pcm.channel12 {
>     type dmix
>     ipc_key 1024
>     slave {
>     pcm "hw:0,0"
>         period_time 0
>         period_size 1024
>         buffer_size 4096 
>         rate 44100
>     }
>     bindings {
>         0 2
>         1 3
>     }
> } 

Where did you get this .asoundrc?  The bindings syntax is completely
wrong.

There is a lot of terrible advice regarding ALSA configuration floating
around on the net.  The best advice is to use the default configuration.

A proper "bindings" section looks like:

      bindings [
              { slave 0 channel 0 }
              { slave 0 channel 1 }
              { slave 1 channel 0 }
              { slave 1 channel 1 }
      ]

Lee



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to