Re: [PATCH] Updates to Maestro{1,2,2E} driver -- multiple open of dsp, persistent buffers.

2001-07-06 Thread Alan Cox
> The patch has the blessing of Zach Brown, the current maintainer, as far > as that goes -- but it's my own work. :) You need to keep the dsp_order option as people have stuff relying on it (at least for 2.4). It doesnt need to be documented or the recommended way (and I agree its a bit

[PATCH] Updates to Maestro{1,2,2E} driver -- multiple open of dsp, persistent buffers.

2001-07-06 Thread Daniel Pittman
The attached patch modifies the kernel Maestro sound driver to add a couple of features: * open /dev/dsp many times, not /dev/dsp[0-3] * persistent DMA buffers This code has been well tested and has run for quite a long time with stability and success on a number of Maestro-using computers.

[PATCH] Updates to Maestro{1,2,2E} driver -- multiple open of dsp, persistent buffers.

2001-07-06 Thread Daniel Pittman
The attached patch modifies the kernel Maestro sound driver to add a couple of features: * open /dev/dsp many times, not /dev/dsp[0-3] * persistent DMA buffers This code has been well tested and has run for quite a long time with stability and success on a number of Maestro-using computers.

Re: [PATCH] Updates to Maestro{1,2,2E} driver -- multiple open of dsp, persistent buffers.

2001-07-06 Thread Alan Cox
The patch has the blessing of Zach Brown, the current maintainer, as far as that goes -- but it's my own work. :) You need to keep the dsp_order option as people have stuff relying on it (at least for 2.4). It doesnt need to be documented or the recommended way (and I agree its a bit strange)