[alsa-devel] [PATCH] ALSA: pcm: Fix function name in kernel-doc comment

Ricardo Biehl Pasquali pasqualirb at gmail.com
Wed Mar 13 20:06:48 CET 2019


Signed-off-by: Ricardo Biehl Pasquali <pasqualirb at gmail.com>
---
 include/sound/pcm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index 465d7d033..18bd8c3ea 100644
--- a/include/sound/pcm.h
+++ b/include/sound/pcm.h
@@ -750,7 +750,7 @@ static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *r
 }
 
 /**
- * snd_pcm_playback_avail - Get the available (readable) space for capture
+ * snd_pcm_capture_avail - Get the available (readable) space for capture
  * @runtime: PCM runtime instance
  *
  * Result is between 0 ... (boundary - 1)
-- 
2.19.1



More information about the Alsa-devel mailing list