ALSA: aoa: Remove superfluous snd_pcm_suspend*() calls
authorTakashi Iwai <tiwai@suse.de>
Fri, 11 Jan 2019 17:04:02 +0000 (18:04 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2019 16:47:51 +0000 (17:47 +0100)
commitd3bdf3f37ac39ed803535171e4d7208f48bf36fe
tree474d3f80667c0f7869585d5be49ae712afd5e5fe
parentece984a63a8d2d9132c6198d47d0a4be8ea99d17
ALSA: aoa: 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/aoa/soundbus/i2sbus/core.c