aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-05-24 11:24:59 -0400
committerJaroslav Kysela <perex@suse.cz>2005-05-29 04:14:48 -0400
commit62144100471e940468d7a0f2d989df193afe870c (patch)
tree0aac04d21502e1c4d69b38e7218128923a01738d /sound/core
parent23854c30021fb6da1a76a0e6901b35be03419d5f (diff)
[ALSA] Make docproc happy
PCM Midlevel Make docproc happy by moving '#if 0' before comments. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core')
-rw-r--r--sound/core/pcm_lib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/core/pcm_lib.c b/sound/core/pcm_lib.c
index 7ce8b2164f6c..c5bfd0918cff 100644
--- a/sound/core/pcm_lib.c
+++ b/sound/core/pcm_lib.c
@@ -1161,10 +1161,10 @@ static void _snd_pcm_hw_param_any(snd_pcm_hw_params_t *params,
1161 snd_BUG(); 1161 snd_BUG();
1162} 1162}
1163 1163
1164#if 0
1164/** 1165/**
1165 * snd_pcm_hw_param_any 1166 * snd_pcm_hw_param_any
1166 */ 1167 */
1167#if 0
1168int snd_pcm_hw_param_any(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, 1168int snd_pcm_hw_param_any(snd_pcm_t *pcm, snd_pcm_hw_params_t *params,
1169 snd_pcm_hw_param_t var) 1169 snd_pcm_hw_param_t var)
1170{ 1170{
@@ -1184,12 +1184,12 @@ void _snd_pcm_hw_params_any(snd_pcm_hw_params_t *params)
1184 params->info = ~0U; 1184 params->info = ~0U;
1185} 1185}
1186 1186
1187#if 0
1187/** 1188/**
1188 * snd_pcm_hw_params_any 1189 * snd_pcm_hw_params_any
1189 * 1190 *
1190 * Fill PARAMS with full configuration space boundaries 1191 * Fill PARAMS with full configuration space boundaries
1191 */ 1192 */
1192#if 0
1193int snd_pcm_hw_params_any(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) 1193int snd_pcm_hw_params_any(snd_pcm_t *pcm, snd_pcm_hw_params_t *params)
1194{ 1194{
1195 _snd_pcm_hw_params_any(params); 1195 _snd_pcm_hw_params_any(params);
@@ -1301,6 +1301,7 @@ int _snd_pcm_hw_param_setinteger(snd_pcm_hw_params_t *params,
1301 return changed; 1301 return changed;
1302} 1302}
1303 1303
1304#if 0
1304/** 1305/**
1305 * snd_pcm_hw_param_setinteger 1306 * snd_pcm_hw_param_setinteger
1306 * 1307 *
@@ -1308,7 +1309,6 @@ int _snd_pcm_hw_param_setinteger(snd_pcm_hw_params_t *params,
1308 * non integer values. Reduce configuration space accordingly. 1309 * non integer values. Reduce configuration space accordingly.
1309 * Return -EINVAL if the configuration space is empty 1310 * Return -EINVAL if the configuration space is empty
1310 */ 1311 */
1311#if 0
1312int snd_pcm_hw_param_setinteger(snd_pcm_t *pcm, 1312int snd_pcm_hw_param_setinteger(snd_pcm_t *pcm,
1313 snd_pcm_hw_params_t *params, 1313 snd_pcm_hw_params_t *params,
1314 snd_pcm_hw_param_t var) 1314 snd_pcm_hw_param_t var)