mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
doxygen: include docs for shmarea functions
From: borine@github Link: https://github.com/alsa-project/alsa-lib/pull/340 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
731253e82a
commit
08e79fc5a3
2 changed files with 1 additions and 2 deletions
|
|
@ -112,6 +112,7 @@ EXCLUDE = @top_srcdir@/src/control/control_local.h \
|
|||
@top_srcdir@/src/topology/tplg_local.h
|
||||
RECURSIVE = YES
|
||||
FILE_PATTERNS = *.c *.h
|
||||
INCLUDE_PATH = @top_builddir@/include
|
||||
EXAMPLE_PATH = @top_srcdir@/test
|
||||
IMAGE_PATH = @top_srcdir@/doc/pictures
|
||||
QUIET = YES
|
||||
|
|
|
|||
|
|
@ -128,11 +128,9 @@ int snd_async_handler_get_fd(snd_async_handler_t *handler);
|
|||
int snd_async_handler_get_signo(snd_async_handler_t *handler);
|
||||
void *snd_async_handler_get_callback_private(snd_async_handler_t *handler);
|
||||
|
||||
#ifdef HAVE_SYS_SHM_H
|
||||
struct snd_shm_area *snd_shm_area_create(int shmid, void *ptr);
|
||||
struct snd_shm_area *snd_shm_area_share(struct snd_shm_area *area);
|
||||
int snd_shm_area_destroy(struct snd_shm_area *area);
|
||||
#endif
|
||||
|
||||
int snd_user_file(const char *file, char **result);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue