]> git.alsa-project.org Git - alsa-lib.git/commit
Split mmap-emulation code from hw layer
authorTakashi Iwai <tiwai@suse.de>
Wed, 11 Jul 2007 15:44:09 +0000 (17:44 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Jul 2007 15:44:09 +0000 (17:44 +0200)
commit4cdb17c6012626580b98859c29a86c9d22e926d0
tree97ca6c6dacbb78f2c0cf3ee5f9e8fa3fc22a0e2b
parent9bb7211f2170fcd47ea709ce0d82c84f6b5bf610
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.
configure.in
doc/doxygen.cfg
include/pcm.h
src/pcm/Makefile.am
src/pcm/pcm.c
src/pcm/pcm_hw.c
src/pcm/pcm_local.h
src/pcm/pcm_mmap.c
src/pcm/pcm_mmap_emul.c [new file with mode: 0644]
src/pcm/pcm_symbols.c