summaryrefslogtreecommitdiff
path: root/include/sound/omap-abe-dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/omap-abe-dsp.h')
-rw-r--r--include/sound/omap-abe-dsp.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/sound/omap-abe-dsp.h b/include/sound/omap-abe-dsp.h
index 16f17e5f49fb..60c405d48c61 100644
--- a/include/sound/omap-abe-dsp.h
+++ b/include/sound/omap-abe-dsp.h
@@ -11,13 +11,9 @@
#ifndef _OMAP4_ABE_DSP_H
#define _OMAP4_ABE_DSP_H
-#include <linux/platform_device.h>
-
struct omap4_abe_dsp_pdata {
- /* aess */
- int (*device_enable) (struct platform_device *pdev);
- int (*device_shutdown) (struct platform_device *pdev);
- int (*device_idle) (struct platform_device *pdev);
+ /* Return context loss count due to PM states changing */
+ int (*get_context_loss_count)(struct device *dev);
};
#endif