|
@@ -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_linear(snd_pcm_format_t format);
|
|
int snd_pcm_format_little_endian(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);
|
|
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
|
|
* snd_pcm_format_cpu_endian - Check the PCM format is CPU-endian
|
|
* @format: the format to check
|
|
* @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.
|
|
* opposite, or a negative error code if endian not specified.
|
|
*/
|
|
*/
|
|
int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
|
|
int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
|
|
|
|
+#endif /* DocBook */
|
|
#ifdef SNDRV_LITTLE_ENDIAN
|
|
#ifdef SNDRV_LITTLE_ENDIAN
|
|
#define snd_pcm_format_cpu_endian(format) snd_pcm_format_little_endian(format)
|
|
#define snd_pcm_format_cpu_endian(format) snd_pcm_format_little_endian(format)
|
|
#else
|
|
#else
|