ASoC: Remove platform device from DAI suspend and resume operations
[linux-2.6-block.git] / include / sound / soc-dai.h
index a01a24b101969663b141bca22c88df257e8ecde0..e2d5f76838c6e3e9b1b172d1da40cad5a26ac308 100644 (file)
@@ -191,10 +191,8 @@ struct snd_soc_dai {
                     struct snd_soc_dai *dai);
        void (*remove)(struct platform_device *pdev,
                       struct snd_soc_dai *dai);
-       int (*suspend)(struct platform_device *pdev,
-               struct snd_soc_dai *dai);
-       int (*resume)(struct platform_device *pdev,
-               struct snd_soc_dai *dai);
+       int (*suspend)(struct snd_soc_dai *dai);
+       int (*resume)(struct snd_soc_dai *dai);
 
        /* ops */
        struct snd_soc_dai_ops ops;