OSDN Git Service

ALSA: pcmcia: Remove superfluous snd_pcm_suspend*() calls
authorTakashi Iwai <tiwai@suse.de>
Fri, 11 Jan 2019 17:04:19 +0000 (18:04 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2019 16:48:04 +0000 (17:48 +0100)
commit9833f1d050311b44860205cd7b4becd97a1c6a15
tree61efe2af0fa3f7f74e5938201d8cf3089ed977b5
parent793e0fca25fa756884851e445da11bae8099c09c
ALSA: pcmcia: Remove superfluous snd_pcm_suspend*() calls

The call of snd_pcm_suspend_all() & co became superfluous since we
call it in the PCM PM ops.  Let's remove them.

Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pcmcia/pdaudiocf/pdaudiocf_core.c