diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 9fa2093e74eb..56d2224c2c07 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -358,8 +358,10 @@ struct snd_soc_cpu_dai { | |||
358 | unsigned char type; | 358 | unsigned char type; |
359 | 359 | ||
360 | /* DAI callbacks */ | 360 | /* DAI callbacks */ |
361 | int (*probe)(struct platform_device *pdev); | 361 | int (*probe)(struct platform_device *pdev, |
362 | void (*remove)(struct platform_device *pdev); | 362 | struct snd_soc_cpu_dai *dai); |
363 | void (*remove)(struct platform_device *pdev, | ||
364 | struct snd_soc_cpu_dai *dai); | ||
363 | int (*suspend)(struct platform_device *pdev, | 365 | int (*suspend)(struct platform_device *pdev, |
364 | struct snd_soc_cpu_dai *cpu_dai); | 366 | struct snd_soc_cpu_dai *cpu_dai); |
365 | int (*resume)(struct platform_device *pdev, | 367 | int (*resume)(struct platform_device *pdev, |