]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: pcm: Make snd_pcm_suspend() local static
authorTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2019 09:54:02 +0000 (10:54 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2019 16:48:23 +0000 (17:48 +0100)
commitce7f93e2bd6f649980846914e4a04ad6ba141fa6
tree9f6be2034089a6528aa170723f40a5fa9edab165
parent910e7e1923d52a74183d3aedd45f7fa4c3585400
ALSA: pcm: Make snd_pcm_suspend() local static

snd_pcm_suspend() is no longer called from outside, so let's make it
local static.  Also drop a superfluous NULL check there.

Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm.h
sound/core/pcm_native.c