>I am starting to write an sound driver for a card with no previous support and
>would like to know if DMA is necessary as per the ALSA framework itself. My
>card doesn't support DMA, yet. So if your answer is no, I would need to
>fallback on OSS for the time being.

its not. ALSA doesn't require anything but a fairly small set of
function pointers to be initialized so that the "mid-level" code can
manage the device. as long as there is some way to move data to and
from the audio interface (which seems like a pretty basic assumption),
you just have to wrap it up and present it to the mid-level code.

--p

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to