aboutsummaryrefslogtreecommitdiffstats
path: root/sound/aoa/soundbus/i2sbus/core.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-01-11 18:04:02 +0100
committerTakashi Iwai <tiwai@suse.de>2019-01-15 17:47:51 +0100
commitd3bdf3f37ac39ed803535171e4d7208f48bf36fe (patch)
tree474d3f80667c0f7869585d5be49ae712afd5e5fe /sound/aoa/soundbus/i2sbus/core.c
parentALSA: ppc: Remove superfluous snd_pcm_suspend*() calls (diff)
downloadlinux-dev-d3bdf3f37ac39ed803535171e4d7208f48bf36fe.tar.xz
linux-dev-d3bdf3f37ac39ed803535171e4d7208f48bf36fe.zip
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>
Diffstat (limited to '')
-rw-r--r--sound/aoa/soundbus/i2sbus/core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/aoa/soundbus/i2sbus/core.c b/sound/aoa/soundbus/i2sbus/core.c
index c3f57a3fb1a5..33e82341c048 100644
--- a/sound/aoa/soundbus/i2sbus/core.c
+++ b/sound/aoa/soundbus/i2sbus/core.c
@@ -380,10 +380,6 @@ static int i2sbus_suspend(struct macio_dev* dev, pm_message_t state)
int err, ret = 0;
list_for_each_entry(i2sdev, &control->list, item) {
- /* Notify Alsa */
- /* Suspend PCM streams */
- snd_pcm_suspend_all(i2sdev->sound.pcm);
-
/* Notify codecs */
list_for_each_entry(cii, &i2sdev->sound.codec_list, list) {
err = 0;