]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/sound/soc.h
ALSA: ASoC: Pass the DAI being configured into CPU DAI probe and remove
[linux-2.6-omap-h63xx.git] / include / sound / soc.h
index 9fa2093e74ebd03ddf941ec729fa98b86f7321a5..56d2224c2c07fd2365149bcec132a3bacdcf6554 100644 (file)
@@ -358,8 +358,10 @@ struct snd_soc_cpu_dai {
        unsigned char type;
 
        /* DAI callbacks */
-       int (*probe)(struct platform_device *pdev);
-       void (*remove)(struct platform_device *pdev);
+       int (*probe)(struct platform_device *pdev,
+                    struct snd_soc_cpu_dai *dai);
+       void (*remove)(struct platform_device *pdev,
+                      struct snd_soc_cpu_dai *dai);
        int (*suspend)(struct platform_device *pdev,
                struct snd_soc_cpu_dai *cpu_dai);
        int (*resume)(struct platform_device *pdev,