|
I did some digging..... here's a bit more of the answer...
This is from the kernels driver (EMU10K1) in
v2.4.19:
Supported devices:
/dev/dsp: Standard /dev/dsp device, OSS-compatible
/dev/dsp1: Routes to rear speakers only
/dev/mixer: Standard /dev/mixer device, OSS-compatible
/dev/midi: Raw MIDI UART device, mostly OSS-compatible
/dev/sequencer: Sequencer Interface (requires sound.o)
So that explains why dsp1 doesn't work for me.
As for the SB128, ES1371:
/dev/dsp standard /dev/dsp device, (mostly) OSS compatible
/dev/mixer standard /dev/mixer device, (mostly) OSS compatible
/dev/dsp1 additional DAC, like /dev/dsp, but outputs to mixer "SYNTH" setting
/dev/midi simple MIDI UART interface, no ioctl
And for ES1370:
/dev/dsp standard /dev/dsp device, (mostly) OSS compatible
/dev/mixer standard /dev/mixer device, (mostly) OSS compatible
/dev/dsp1 additional DAC, like /dev/dsp, but output only, only 5512, 11025, 22050 and 44100 samples/s, outputs to mixer "SYNTH" setting
/dev/midi simple MIDI UART interface, no ioctl
So that puts acouple questions to bed. I rather like the idea of using 2 dsp devices rather than multiplexing everything but everything thru one, but oh well.
technikolor
|