First, excuse me for my poor english...
I purchase 2 MAudio Revolution 7.1 sound cards. I have to use the 8 stereo outputs of the cards separately. So I use this asound.conf file :
ctl.!default { type hw card 1 }
pcm.envy_1_1 {
type plug slave.pcm { type hw card 0 device 0 subdevice 0 }
[snip...]
}
pcm.envy_2_1 { type plug slave.pcm { type hw card 1 device 0 subdevice 0 } }
pcm.envy_2_2 {
type plug slave.pcm { type hw card 1 device 2 subdevice 0 } }
pcm.envy_2_3 { type plug slave.pcm { type hw
card 1 device 2 subdevice 1 } }
pcm.envy_2_4
{
type plug
slave.pcm {
type hw
card 1
device 2
subdevice 2
}
}pcm.envy_2_spdif
{
type plug
slave.pcm {
type hw
card 1
device 1
subdevice 0
}
}it works great with aplay. But I want to use madplay and my old version of mplayer (0.90rc3, not compatible with the last ALSA version) directly with the OSS emulation, let say for example for mplayer :
mplayer -vo xv -ao oss:/dev/dspX movie.avi
but I wonder if it is possible to have one /dev/dspX device per stereo output, ie :
/dev/dsp0 for envy_1_1
/dev/dsp1 for envy_1_2
....
/dev/dsp7 for envy_2_4
Any idea, is it possible ? how can I do this ? Thanks a lot, Nico
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
