]> git.alsa-project.org Git - alsa-lib.git/commit
PCM: allow mmap-access conversion in plug
authorTakashi Iwai <tiwai@suse.de>
Fri, 6 Jun 2008 15:10:41 +0000 (17:10 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Jun 2008 15:10:41 +0000 (17:10 +0200)
commit1467f4e238c7accd15ad57e7438ea5cbdc7ac86c
tree28f98cdfe4398dbc9ced297cb58c287f15ab7de6
parent538726cc5533f3cd0fe7e913de7852399b727600
PCM: allow mmap-access conversion in plug

The plug plugin has a long-standing problem that it can handle only
slaves that support mmap because of format/rate/access conversions
(these corresponding plugins work only with mmap).

This patch adds the support of automatic mmap->rw conversion via
mmap_emul plugin.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.in
src/pcm/pcm_plug.c