summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLiam Girdwood <lrg@slimlogic.co.uk>2011-04-07 08:39:05 +0100
committerAndy Green <andy.green@linaro.org>2011-04-07 08:39:05 +0100
commit0fe6d3781283355b03255018038835b74e5c2095 (patch)
tree041953df1125d180c0f3ff04d453c948774b2f1b /include
parent55136d04f41cbb0b31c9e919ab5080bcff11a2ab (diff)
ASoC: ABE DSP: Add support for OMAP4 ABE DSP
Add support for the OMAP4 ABE DSP. Change-Id: I104d1bea41a17b6fda8caad4f4509a8d13515e66 Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Sebastien Guiriec <s-guiriec@ti.com> Signed-off-by: Margarita Olaya Cabrera <magi.olaya@ti.com> Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com> Signed-off-by: Jorge Eduardo Candelaria <jorge.candelaria@ti.com> Signed-off-by: Ricardo Neri <ricardo.neri@ti.com> Signed-off-by: Hector Barajas <barajas@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/sound/omap-abe-dsp.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/sound/omap-abe-dsp.h b/include/sound/omap-abe-dsp.h
new file mode 100644
index 00000000000..04dae9b3e7c
--- /dev/null
+++ b/include/sound/omap-abe-dsp.h
@@ -0,0 +1,19 @@
+/*
+ * omap-aess -- OMAP4 ABE DSP
+ *
+ * Author: Liam Girdwood <lrg@slimlogic.co.uk>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef _OMAP4_ABE_DSP_H
+#define _OMAP4_ABE_DSP_H
+
+struct omap4_abe_dsp_pdata {
+ /* Return context loss count due to PM states changing */
+ int (*get_context_loss_count)(struct device *dev);
+};
+
+#endif