]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Make omap-aic23.c compile again:
authorDirk Behme <dirk.behme@de.bosch.com>
Wed, 14 Sep 2005 14:19:56 +0000 (17:19 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 14 Sep 2005 14:19:56 +0000 (17:19 +0300)
   CC [M]  sound/arm/omap-aic23.o
sound/arm/omap-aic23.c: In function snd_omap_aic23_suspend'
Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com>
sound/arm/omap-aic23.c

index 38a7aa717963fe20e7c8090a89f3b46b538141c0..e6045a8070529d1e55aac5ea5c5c1ea6b4ba5d0e 100644 (file)
@@ -681,7 +681,7 @@ static int omap_aic23_suspend(struct device *dev, pm_message_t state, u32 level)
        snd_card_t *card = dev_get_drvdata(dev);
        
        if (card->power_state != SNDRV_CTL_POWER_D3hot) {
-               snd_omap_aic23_suspend(card, 0);
+               snd_omap_aic23_suspend(card, PMSG_SUSPEND);
        }
        return 0;
 }