ALSA: aoa: Remove superfluous snd_pcm_suspend*() calls
[sfrench/cifs-2.6.git] / sound / aoa / soundbus / i2sbus / core.c
index c3f57a3fb1a533218144cd76930e1161e1f529bf..33e82341c048266770a60c0ac1b62466d42f0558 100644 (file)
@@ -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;