Commit 62144100 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] Make docproc happy

PCM Midlevel
Make docproc happy by moving '#if 0' before comments.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 23854c30
...@@ -1161,10 +1161,10 @@ static void _snd_pcm_hw_param_any(snd_pcm_hw_params_t *params, ...@@ -1161,10 +1161,10 @@ static void _snd_pcm_hw_param_any(snd_pcm_hw_params_t *params,
snd_BUG(); snd_BUG();
} }
#if 0
/** /**
* snd_pcm_hw_param_any * snd_pcm_hw_param_any
*/ */
#if 0
int snd_pcm_hw_param_any(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, int snd_pcm_hw_param_any(snd_pcm_t *pcm, snd_pcm_hw_params_t *params,
snd_pcm_hw_param_t var) snd_pcm_hw_param_t var)
{ {
...@@ -1184,12 +1184,12 @@ void _snd_pcm_hw_params_any(snd_pcm_hw_params_t *params) ...@@ -1184,12 +1184,12 @@ void _snd_pcm_hw_params_any(snd_pcm_hw_params_t *params)
params->info = ~0U; params->info = ~0U;
} }
#if 0
/** /**
* snd_pcm_hw_params_any * snd_pcm_hw_params_any
* *
* Fill PARAMS with full configuration space boundaries * Fill PARAMS with full configuration space boundaries
*/ */
#if 0
int snd_pcm_hw_params_any(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) int snd_pcm_hw_params_any(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)
{ {
_snd_pcm_hw_params_any(params); _snd_pcm_hw_params_any(params);
...@@ -1301,6 +1301,7 @@ int _snd_pcm_hw_param_setinteger(snd_pcm_hw_params_t *params, ...@@ -1301,6 +1301,7 @@ int _snd_pcm_hw_param_setinteger(snd_pcm_hw_params_t *params,
return changed; return changed;
} }
#if 0
/** /**
* snd_pcm_hw_param_setinteger * snd_pcm_hw_param_setinteger
* *
...@@ -1308,7 +1309,6 @@ int _snd_pcm_hw_param_setinteger(snd_pcm_hw_params_t *params, ...@@ -1308,7 +1309,6 @@ int _snd_pcm_hw_param_setinteger(snd_pcm_hw_params_t *params,
* non integer values. Reduce configuration space accordingly. * non integer values. Reduce configuration space accordingly.
* Return -EINVAL if the configuration space is empty * Return -EINVAL if the configuration space is empty
*/ */
#if 0
int snd_pcm_hw_param_setinteger(snd_pcm_t *pcm, int snd_pcm_hw_param_setinteger(snd_pcm_t *pcm,
snd_pcm_hw_params_t *params, snd_pcm_hw_params_t *params,
snd_pcm_hw_param_t var) snd_pcm_hw_param_t var)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment