Searched refs:snd_shm_area (Results 1 – 3 of 3) sorted by relevance
36 struct snd_shm_area { struct55 struct snd_shm_area *snd_shm_area_create(int shmid, void *ptr) in snd_shm_area_create() argument57 struct snd_shm_area *area = malloc(sizeof(*area)); in snd_shm_area_create()74 struct snd_shm_area *snd_shm_area_share(struct snd_shm_area *area) in snd_shm_area_share()90 int snd_shm_area_destroy(struct snd_shm_area *area) in snd_shm_area_destroy()107 struct snd_shm_area *area; in snd_shm_area_destructor()110 area = list_entry(pos, struct snd_shm_area, list); in snd_shm_area_destructor()
131 struct snd_shm_area *snd_shm_area_create(int shmid, void *ptr);132 struct snd_shm_area *snd_shm_area_share(struct snd_shm_area *area);133 int snd_shm_area_destroy(struct snd_shm_area *area);
128 struct snd_shm_area *area;