Oops, forgot to post this to the list.  Sorry :(
--- Begin Message ---
Sorry if I'm missing something but try this:

alsamixer -c 0  # for your first card
alsamixer -c 1  # for your second card

then to play on the first card, do 

aplay -D hw:0,0 file.wav

and on the second:

aplay -D hw:1,0 file.wav

That should work.  If not, please post again :)
If that does work, make your .asoundrc look like:
--begin--
pcm.whateveryouwantcard0tobecalled {
  type hw
  card 0
}

ctl.whateveryouwantcard0tobecalled {
  type hw
  card 0
}

pcm.whateveryouwantcard1tobecalled {
  type hw
  card 1
}

ctl.whateveryouwantcard1tobecalled {
  type hw
  card 1
}
--end--

then you can do

aplay -D whateveryouwantcard0tobecalled file.wav 

to play on card 0, etc.

Hope this help!

--
Jonathan Rockway <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to