提交 8513915a 编写于 作者: R Randy Dunlap 提交者: Takashi Iwai

ALSA: fix pcm.h kernel-doc warning and notation

Fix kernel-doc warning in <sound/pcm.h> and add function name to make
the kernel-doc notation complete.

Warning(include/sound/pcm.h:1081): No description found for parameter 'substream'
Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 94f3ec6b
...@@ -1075,7 +1075,8 @@ static inline void snd_pcm_limit_isa_dma_size(int dma, size_t *max) ...@@ -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); 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) static inline const char *snd_pcm_stream_str(struct snd_pcm_substream *substream)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册