ALSA project - the C library reference
|
shared memory helpers More...
Functions | |
struct snd_shm_area * | snd_shm_area_create (int shmid, void *ptr) |
Create a shm area record. | |
struct snd_shm_area * | snd_shm_area_share (struct snd_shm_area *area) |
Increase the reference counter of shm area record. | |
int | snd_shm_area_destroy (struct snd_shm_area *area) |
Release the shared area record. | |
shared memory helpers
Shared memory helpers