Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48b217aa authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: pcm: Fix document for snd_pcm_stop_xrun()



Fix a copy & paste error:
 Warning(sound/core/pcm_native.c:1112): Excess function parameter 'state' description in 'snd_pcm_stop_xrun'

The state argument was dropped from snd_pcm_stop_xrun().

Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d4b8fc66
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1101,7 +1101,6 @@ int snd_pcm_drain_done(struct snd_pcm_substream *substream)
/**
 * snd_pcm_stop_xrun - stop the running streams as XRUN
 * @substream: the PCM substream instance
 * @state: PCM state after stopping the stream
 *
 * This stops the given running substream (and all linked substreams) as XRUN.
 * Unlike snd_pcm_stop(), this function takes the substream lock by itself.