mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Fix doxygen documents
Fix the warnings of doxygen parsing. Add some missing documentation.
This commit is contained in:
parent
7651690858
commit
087184b0f9
49 changed files with 300 additions and 167 deletions
|
|
@ -49,8 +49,10 @@
|
|||
const char *_snd_module_pcm_dmix = "";
|
||||
#endif
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
/* start is pending - this state happens when rate plugin does a delayed commit */
|
||||
#define STATE_RUN_PENDING 1024
|
||||
#endif
|
||||
|
||||
/*
|
||||
*
|
||||
|
|
@ -209,6 +211,7 @@ static void mix_areas(snd_pcm_direct_t *dmix,
|
|||
* if no concurrent access is allowed in the mixing routines, we need to protect
|
||||
* the area via semaphore
|
||||
*/
|
||||
#ifndef DOC_HIDDEN
|
||||
#ifdef NO_CONCURRENT_ACCESS
|
||||
#define dmix_down_sem(dmix) snd_pcm_direct_semaphore_down(dmix, DIRECT_IPC_SEM_CLIENT)
|
||||
#define dmix_up_sem(dmix) snd_pcm_direct_semaphore_up(dmix, DIRECT_IPC_SEM_CLIENT)
|
||||
|
|
@ -216,6 +219,7 @@ static void mix_areas(snd_pcm_direct_t *dmix,
|
|||
#define dmix_down_sem(dmix)
|
||||
#define dmix_up_sem(dmix)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* synchronize shm ring buffer with hardware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue