diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dai.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index a01a24b10196..e2d5f76838c6 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h | |||
@@ -191,10 +191,8 @@ struct snd_soc_dai { | |||
191 | struct snd_soc_dai *dai); | 191 | struct snd_soc_dai *dai); |
192 | void (*remove)(struct platform_device *pdev, | 192 | void (*remove)(struct platform_device *pdev, |
193 | struct snd_soc_dai *dai); | 193 | struct snd_soc_dai *dai); |
194 | int (*suspend)(struct platform_device *pdev, | 194 | int (*suspend)(struct snd_soc_dai *dai); |
195 | struct snd_soc_dai *dai); | 195 | int (*resume)(struct snd_soc_dai *dai); |
196 | int (*resume)(struct platform_device *pdev, | ||
197 | struct snd_soc_dai *dai); | ||
198 | 196 | ||
199 | /* ops */ | 197 | /* ops */ |
200 | struct snd_soc_dai_ops ops; | 198 | struct snd_soc_dai_ops ops; |