All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add pcm_file support in MMAP read access mode
@ 2019-05-23 13:00 Adam Miartus
  2019-05-23 13:00 ` [PATCH 1/2] pcm: add mmap_begin callback to snd_pcm_fast_ops_t api Adam Miartus
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Adam Miartus @ 2019-05-23 13:00 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel

adds support for overwritting input buffer in MMAP access mode for
in pcm_file plugin

new api pcm_fast_ops callback mmap_begin is introduced to ease the
operation needed to overwrite mmaped buffer. this allows to modify
only the next continuous part of data in ring buffer.

Adam Miartus (2):
  pcm: add mmap_begin callback to snd_pcm_fast_ops_t api
  pcm_file: add infile read support for mmap mode

 src/pcm/pcm.c       |  6 ++++++
 src/pcm/pcm_file.c  | 31 +++++++++++++++++++++++++++++++
 src/pcm/pcm_local.h |  1 +
 3 files changed, 38 insertions(+)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-24  9:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 13:00 [PATCH 0/2] add pcm_file support in MMAP read access mode Adam Miartus
2019-05-23 13:00 ` [PATCH 1/2] pcm: add mmap_begin callback to snd_pcm_fast_ops_t api Adam Miartus
2019-05-23 13:00 ` [PATCH 2/2] pcm_file: add infile read support for mmap mode Adam Miartus
2019-05-24  9:17 ` [ALSA patch] [PATCH 0/2] add pcm_file support in MMAP read access mode Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.