OSDN Git Service

ALSA: ppc: Remove superfluous snd_pcm_suspend*() calls
authorTakashi Iwai <tiwai@suse.de>
Fri, 11 Jan 2019 17:03:52 +0000 (18:03 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2019 16:47:45 +0000 (17:47 +0100)
commitece984a63a8d2d9132c6198d47d0a4be8ea99d17
treee02be266e0237cca20f862ea6fd1dfdab2b2f9a3
parent0c3df9edb24d06af388f5ff648232ba2361717fc
ALSA: ppc: 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/ppc/pmac.c