]> git.alsa-project.org Git - alsa-lib.git/commit
Fix PCM without control/status mmap
authorTakashi Iwai <tiwai@suse.de>
Wed, 29 Mar 2006 09:32:18 +0000 (09:32 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Mar 2006 09:32:18 +0000 (09:32 +0000)
commit18a6132a6650c11e9aa9782ea363bd8b322f45a1
tree94e30ba25ff3c107112bb3786035f69f8d66f51e
parent504a2e34a41425f73782065fd35946ed52b2cc0c
Fix PCM without control/status mmap

Fix the update of appl_ptr via mmap_commit when control/status structs
are not mmapped (e.g. 32bit compatible mode on 64bit kernel).
src/pcm/pcm_hw.c
src/pcm/pcm_plugin.c