[alsa-devel] [PATCH 5/6] compress: add the core file

Nallasellan, Singaravelan singaravelan.nallasellan at intel.com
Thu Dec 1 14:28:26 CET 2011


> 
> > A general note: it's not necessarily to split playback and capture
> > devices.  For example, rawmidi has a single device for full-duplex.
> > In the case of PCM, we had to split them because of mmap.  The mmap
> > for the capture was supposed not to be read-only, some apps may want
> > to add mark on the buffer.
> 
> Beats me why an app would want to write anything into the capture ring buffer.
> Do you have an example of this use case? Maybe there's a similar need for
> compressed data. Thanks!
> -Pierre
> 
There was a requirement to add the timestamp at the beginning of each block or frame 
if the encoded data is in RAW format. If the encoder does add the timestamp or marker, 
then we don't need the write option. 


More information about the Alsa-devel mailing list