Re: Full duplex in sound driver?

Thomas Sailer (sailer@ife.ee.ethz.ch)
Tue, 25 Aug 1998 11:25:34 +0200


Petko Manolov wrote:

> What about converting only in the case of mmap?

You probably mean converting only when doing read/write.
This is what ALSA does.

IMNSHO one could remove the mmap interface, as there is
nothing that couldn't be done as easily without it,
and it complicates the sound driver so much that you can
never be sure that there are no security problems for
example.

FreeBSD btw. got this almost right.

The problem is that a "killer application" considered important
(quake) uses it.

Tom

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html