From d1b3d9414740e0a8917873a4a419388acb8b08a1 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 18 Aug 2012 17:43:05 -0700 Subject: [PATCH] --- yaml --- r: 321914 b: refs/heads/master c: 8513915accc611e576dbebb93422c257e7e68be8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/sound/pcm.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5422f21a2c16..8365e179c8ad 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 94f3ec6b2222eb5c0af0c784f0656ff5b909d870 +refs/heads/master: 8513915accc611e576dbebb93422c257e7e68be8 diff --git a/trunk/include/sound/pcm.h b/trunk/include/sound/pcm.h index c75c0d1a85e2..cdca2ab1e711 100644 --- a/trunk/include/sound/pcm.h +++ b/trunk/include/sound/pcm.h @@ -1075,7 +1075,8 @@ static inline void snd_pcm_limit_isa_dma_size(int dma, size_t *max) const char *snd_pcm_format_name(snd_pcm_format_t format); /** - * Get a string naming the direction of a stream + * snd_pcm_stream_str - Get a string naming the direction of a stream + * @substream: the pcm substream instance */ static inline const char *snd_pcm_stream_str(struct snd_pcm_substream *substream) {