diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-07 17:28:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-07 17:28:25 -0700 |
commit | 0dd7f883a9e21c5f2ff5e8f1cbb0e78cdc044d8a (patch) | |
tree | 080ba867394e0346b699ffe17973a76faa0e6920 /include/sound | |
parent | cc896f08717c445235554a7963a7b2ecf58911ad (diff) | |
parent | 344babaa9d39b10b85cadec4e5335d43b52b4ec0 (diff) | |
download | op-kernel-dev-0dd7f883a9e21c5f2ff5e8f1cbb0e78cdc044d8a.zip op-kernel-dev-0dd7f883a9e21c5f2ff5e8f1cbb0e78cdc044d8a.tar.gz |
Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/pcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index fa23ebf..389e8eb 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h @@ -903,7 +903,7 @@ 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); -/** +/* * snd_pcm_format_cpu_endian - Check the PCM format is CPU-endian * @format: the format to check * |