ALSA: pcm: Fix document for snd_pcm_stop_xrun()
authorTakashi Iwai <tiwai@suse.de>
Mon, 10 Nov 2014 06:38:22 +0000 (07:38 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Nov 2014 06:38:22 +0000 (07:38 +0100)
commit48b217aa43abc8c3545bb9b4d7a5b525b71d6ac2
treeb8d350a3ccf1256281b70c62789e37b5431944c2
parentd4b8fc66f770e9b79830cfe6c342846293b99fda
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: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_native.c