projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0d8bc5
)
ALSA: pcm: Fix function name in kernel-doc comment
author
Ricardo Biehl Pasquali
<pasqualirb@gmail.com>
Wed, 13 Mar 2019 19:06:48 +0000
(16:06 -0300)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 13 Mar 2019 20:26:32 +0000
(21:26 +0100)
Signed-off-by: Ricardo Biehl Pasquali <pasqualirb@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm.h
patch
|
blob
|
history
diff --git
a/include/sound/pcm.h
b/include/sound/pcm.h
index 465d7d033c4c61446bb288bc76f844304bb285d3..18bd8c3ea6053444b21c13b557a4b0097f3995c9 100644
(file)
--- 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)