ASoC: Use card rather than soc-audio device to card PM functions
[deliverable/linux.git] / sound / soc / pxa / zylonite.c
index b222a7d7202719341ecd295ee2ca595ee7d1323b..7b729013a728c3a49ddc7c82d2796c221aca32d2 100644 (file)
@@ -226,8 +226,7 @@ static int zylonite_remove(struct platform_device *pdev)
        return 0;
 }
 
-static int zylonite_suspend_post(struct platform_device *pdev,
-                                pm_message_t state)
+static int zylonite_suspend_post(struct snd_soc_card *card)
 {
        if (clk_pout)
                clk_disable(pout);
@@ -235,7 +234,7 @@ static int zylonite_suspend_post(struct platform_device *pdev,
        return 0;
 }
 
-static int zylonite_resume_pre(struct platform_device *pdev)
+static int zylonite_resume_pre(struct snd_soc_card *card)
 {
        int ret = 0;
 
This page took 0.029952 seconds and 5 git commands to generate.