On Tue, 14 Jun 2005 06:40:06 +0200, Prasenjit Kapat wrote:
> how do i do both
With snd-intel8x0 and snd-ens1371 loaded you should be able to use
/dev/snd/pcmC0D0p and /dev/snd/pcmC1D0p. E.g.,
aplay -Dhw:0 foo.wav
aplay -Dhw:1 foo.wav
You can set up /etc/modprobe.d/sound this way by hand:
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0
alias snd-card-1 snd-ens1371
options snd-ens1371 index=1
--
Thomas Hood