Subject: Re: a mmap'able audio device??
To: None <blymn@awadi.com.AU>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: tech-kern
Date: 03/04/1996 11:46:32
> I don't think that this would be useful, I believe the main aim is to
> reduce the kernel/user data transfer.
An mmap'ed audio driver sounds pretty weird to me.  Yes, you can
make use of it to reduce the kernel/user data transfer, but you
can do that the other way around.  I usually mmap the file to play
and then do a write of the whole file.

	-- Lennart