]> git.alsa-project.org Git - alsa-lib.git/commit
Fix mmap with multi plugin
authorTakashi Iwai <tiwai@suse.de>
Fri, 23 Nov 2007 14:46:48 +0000 (15:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 23 Nov 2007 14:46:48 +0000 (15:46 +0100)
commit0b66de95a9733dfbe0292bc41324582edc13550c
treee311531d599919bf6d0db9772b54bcc200899fa7
parent683c8bc4a2cee5892dc12e5a874be443a9406fcf
Fix mmap with multi plugin

The mmap of multi plugin seems broken (for a long time!) due to its
creation of local buffer via snd_pcm_mmap().  Since the multi plugin
just needs to shadow the mmap buffer of each slave, it now has
mmap_shadow=1 and its own mmap/unmap method to do shadowing.
src/pcm/pcm_multi.c