From 4fbc21f8d113eb87b15345108ff5c05b7261b1bb Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 9 Sep 2005 15:05:33 +0200 Subject: [PATCH] --- yaml --- r: 8851 b: refs/heads/master c: 1b44c28dc180f4d0ea109e1fe4339b3403c2d530 h: refs/heads/master i: 8849: b6acd9cf0a80768384d170e4848acfb3556144f0 8847: 0b05324953ef95afb7c9e427986d874872836731 v: v3 --- [refs] | 2 +- trunk/include/sound/pcm.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 38844724ea04..4eab459cb8b0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 561b220a4dece18d67177413e6fa21b49aa4acce +refs/heads/master: 1b44c28dc180f4d0ea109e1fe4339b3403c2d530 diff --git a/trunk/include/sound/pcm.h b/trunk/include/sound/pcm.h index 7a7f7287288c..2b23a5967071 100644 --- a/trunk/include/sound/pcm.h +++ b/trunk/include/sound/pcm.h @@ -903,7 +903,8 @@ int snd_pcm_format_unsigned(snd_pcm_format_t format); int snd_pcm_format_linear(snd_pcm_format_t format); int snd_pcm_format_little_endian(snd_pcm_format_t format); int snd_pcm_format_big_endian(snd_pcm_format_t format); -/* +#if 0 /* just for DocBook */ +/** * snd_pcm_format_cpu_endian - Check the PCM format is CPU-endian * @format: the format to check * @@ -911,6 +912,7 @@ int snd_pcm_format_big_endian(snd_pcm_format_t format); * opposite, or a negative error code if endian not specified. */ int snd_pcm_format_cpu_endian(snd_pcm_format_t format); +#endif /* DocBook */ #ifdef SNDRV_LITTLE_ENDIAN #define snd_pcm_format_cpu_endian(format) snd_pcm_format_little_endian(format) #else