Skip to content

Commit c24a126

Browse files
psqlitiwai
authored andcommitted
ALSA: pcm: Fix function name in kernel-doc comment
Signed-off-by: Ricardo Biehl Pasquali <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent b0d8bc5 commit c24a126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sound/pcm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *r
750750
}
751751

752752
/**
753-
* snd_pcm_playback_avail - Get the available (readable) space for capture
753+
* snd_pcm_capture_avail - Get the available (readable) space for capture
754754
* @runtime: PCM runtime instance
755755
*
756756
* Result is between 0 ... (boundary - 1)

0 commit comments

Comments
 (0)