mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-24 07:00:01 -05:00
Split mmap-emulation code from hw layer
Move out mmap-emulation code from hw layer to its own plugin. This cleans up the mess in pcm_hw.c.
This commit is contained in:
parent
9bb7211f21
commit
4cdb17c601
10 changed files with 534 additions and 253 deletions
|
|
@ -99,6 +99,9 @@ endif
|
|||
if BUILD_PCM_PLUGIN_IOPLUG
|
||||
libpcm_la_SOURCES += pcm_ioplug.c
|
||||
endif
|
||||
if BUILD_PCM_PLUGIN_MMAP_EMUL
|
||||
libpcm_la_SOURCES += pcm_mmap_emul.c
|
||||
endif
|
||||
|
||||
EXTRA_DIST = pcm_dmix_i386.c pcm_dmix_x86_64.c pcm_dmix_generic.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue