diff options
Diffstat (limited to 'sound/ppc/pmac.c')
-rw-r--r-- | sound/ppc/pmac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/ppc/pmac.c b/sound/ppc/pmac.c index d692e4070167..6d420bd3ae17 100644 --- a/sound/ppc/pmac.c +++ b/sound/ppc/pmac.c | |||
@@ -1365,7 +1365,6 @@ void snd_pmac_suspend(struct snd_pmac *chip) | |||
1365 | snd_power_change_state(chip->card, SNDRV_CTL_POWER_D3hot); | 1365 | snd_power_change_state(chip->card, SNDRV_CTL_POWER_D3hot); |
1366 | if (chip->suspend) | 1366 | if (chip->suspend) |
1367 | chip->suspend(chip); | 1367 | chip->suspend(chip); |
1368 | snd_pcm_suspend_all(chip->pcm); | ||
1369 | spin_lock_irqsave(&chip->reg_lock, flags); | 1368 | spin_lock_irqsave(&chip->reg_lock, flags); |
1370 | snd_pmac_beep_stop(chip); | 1369 | snd_pmac_beep_stop(chip); |
1371 | spin_unlock_irqrestore(&chip->reg_lock, flags); | 1370 | spin_unlock_irqrestore(&chip->reg_lock, flags); |