mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-23 01:40:06 -05: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
|
|
@ -124,6 +124,7 @@ static inline int MULTI_DIV_int(int a, unsigned short b)
|
|||
* TODO: use SIMD operations
|
||||
*/
|
||||
|
||||
#ifndef DOC_HIDDEN
|
||||
#define CONVERT_AREA(TYPE) do { \
|
||||
unsigned int ch, fr; \
|
||||
TYPE *src, *dst; \
|
||||
|
|
@ -174,6 +175,8 @@ static inline int MULTI_DIV_int(int a, unsigned short b)
|
|||
break; \
|
||||
}
|
||||
|
||||
#endif /* DOC_HIDDEN */
|
||||
|
||||
/* 2-channel stereo control */
|
||||
static void softvol_convert_stereo_vol(snd_pcm_softvol_t *svol,
|
||||
const snd_pcm_channel_area_t *dst_areas,
|
||||
|
|
@ -592,7 +595,9 @@ static snd_pcm_ops_t snd_pcm_softvol_ops = {
|
|||
* \param pcmp Returns created PCM handle
|
||||
* \param name Name of PCM
|
||||
* \param sformat Slave format
|
||||
* \param card card index of the control
|
||||
* \param ctl_card card index of the control
|
||||
* \param ctl_id The control element
|
||||
* \param cchannels PCM channels
|
||||
* \param min_dB minimal dB value
|
||||
* \param resolution resolution of control
|
||||
* \param slave Slave PCM handle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue