]> git.alsa-project.org Git - alsa-lib.git/commit
Add snd_pcm_hw_params_get/set_export_buffer()
authorTakashi Iwai <tiwai@suse.de>
Thu, 19 May 2005 16:59:04 +0000 (16:59 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 19 May 2005 16:59:04 +0000 (16:59 +0000)
commit4d7c53d2800945f22f218dbe6b7a9ce5bdd12cca
treefaeae7fc8c62b733ec241fdd25d71f86d2a2b9e0
parent18053076e22add4cf591424465a55643788e604a
Add snd_pcm_hw_params_get/set_export_buffer()

Add snd_pcm_hw_params_get/set_export_buffer() API functions.
They control to ensure the buffer export to other processes.
If this flag is set, the local buffer of a plugin is exported over IPC shm.
Otherwise the buffer can be handled only locally (no shm).

Also fixed Version file for 1.0.9.
include/pcm.h
include/sound/asound.h
src/Versions
src/pcm/pcm.c
src/pcm/pcm_local.h
src/pcm/pcm_mmap.c
src/pcm/pcm_shm.c