mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-02 01:40:08 -05:00
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>
This commit is contained in:
parent
538726cc55
commit
1467f4e238
2 changed files with 79 additions and 10 deletions
|
|
@ -520,6 +520,9 @@ fi
|
|||
if test "$build_pcm_alaw" = "yes"; then
|
||||
AC_DEFINE([BUILD_PCM_PLUGIN_ALAW], "1", [Build PCM alaw plugin])
|
||||
fi
|
||||
if test "$build_pcm_mmap_emul" = "yes"; then
|
||||
AC_DEFINE([BUILD_PCM_PLUGIN_MMAP_EMUL], "1", [Build PCM mmap-emul plugin])
|
||||
fi
|
||||
|
||||
|
||||
dnl Create PCM plugin symbol list for static library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue