]> git.baikalelectronics.ru Git - kernel.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)
commit1f15f755d7b037f6ae8d0f6ef84e9622de9288bb
tree9f6be2034089a6528aa170723f40a5fa9edab165
parent8daf0d919c08add4584814dbe2c3789c5d36b69e
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