summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRicardo Biehl Pasquali <pasqualirb@gmail.com>2019-03-13 16:06:48 -0300
committerTakashi Iwai <tiwai@suse.de>2019-03-13 21:26:32 +0100
commitc24a1269652006b401bda29fea15a0e42b7870d1 (patch)
treed95ecfd0412229e3b4ede881577051771efc030c /include
parentb0d8bc50b9f221e3af76afe0473f7c171cebbb40 (diff)
downloadlinux-0-day-c24a1269652006b401bda29fea15a0e42b7870d1.tar.gz
linux-0-day-c24a1269652006b401bda29fea15a0e42b7870d1.tar.xz
ALSA: pcm: Fix function name in kernel-doc comment
Signed-off-by: Ricardo Biehl Pasquali <pasqualirb@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/sound/pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index 465d7d033c4c6..18bd8c3ea6053 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)