diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 3ee608dce2f8..8ec63c02dc10 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -300,10 +300,8 @@ struct snd_soc_platform { | |||
300 | 300 | ||
301 | int (*probe)(struct platform_device *pdev); | 301 | int (*probe)(struct platform_device *pdev); |
302 | int (*remove)(struct platform_device *pdev); | 302 | int (*remove)(struct platform_device *pdev); |
303 | int (*suspend)(struct platform_device *pdev, | 303 | int (*suspend)(struct snd_soc_dai *dai); |
304 | struct snd_soc_dai *dai); | 304 | int (*resume)(struct snd_soc_dai *dai); |
305 | int (*resume)(struct platform_device *pdev, | ||
306 | struct snd_soc_dai *dai); | ||
307 | 305 | ||
308 | /* pcm creation and destruction */ | 306 | /* pcm creation and destruction */ |
309 | int (*pcm_new)(struct snd_card *, struct snd_soc_dai *, | 307 | int (*pcm_new)(struct snd_card *, struct snd_soc_dai *, |