mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
fix doc errors
Fix various errors in the documentation that make doxygen complain. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
parent
0ed67883af
commit
5332d74a67
13 changed files with 22 additions and 17 deletions
|
|
@ -145,9 +145,11 @@ static void dmix_server_free(snd_pcm_direct_t *dmix)
|
|||
#elif defined(__x86_64__)
|
||||
#include "pcm_dmix_x86_64.c"
|
||||
#else
|
||||
#ifndef DOC_HIDDEN
|
||||
#define mix_select_callbacks(x) generic_mix_select_callbacks(x)
|
||||
#define dmix_supported_format generic_dmix_supported_format
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static void mix_areas(snd_pcm_direct_t *dmix,
|
||||
const snd_pcm_channel_area_t *src_areas,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue