diff options
| author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-03 13:17:28 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-03 13:27:10 -0500 |
| commit | 07c84d0409f3551b79d676630d8ee76bb551598d (patch) | |
| tree | 547a9f23de0355003348ee2a6edbd74bee1812ff /include/sound | |
| parent | 384c89e2e4cb5879b86a38414d1b3bb2b23ec8ee (diff) | |
ASoC: Remove device from platform suspend and resume operations
None of the platforms are actually using the SoC device so remove it
(only atmel actually has a suspend method).
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 3ee608dce2f..8ec63c02dc1 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 *, |
