Is anyone aware of a tinyplay/tinycap supporting MMAP?
In my tinyalsa library, the following APIs are already present.
int pcm_mmap_write(struct pcm *pcm, const void *data, unsigned int count);
int pcm_mmap_read(struct pcm *pcm, void *data, unsigned int count);
int pcm_mmap_begin(struct pcm *pcm, void **areas, unsigned int *offset,
unsigned int *frames);
int pcm_mmap_commit(struct pcm *pcm, unsigned int offset, unsigned int frames);
Can anyone help me in this regard?
Regards,
Priyaranjan