Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / sound / wm0010.h
diff --git a/kernel/include/sound/wm0010.h b/kernel/include/sound/wm0010.h
new file mode 100644 (file)
index 0000000..3261e90
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ * wm0010.h -- Platform data for WM0010 DSP Driver
+ *
+ * Copyright 2012 Wolfson Microelectronics PLC.
+ *
+ * Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
+ *
+ * This program is free software; you can redistribute  it and/or modify it
+ * under  the terms of  the GNU General  Public License as published by the
+ * Free Software Foundation;  either version 2 of the  License, or (at your
+ * option) any later version.
+ */
+
+#ifndef WM0010_PDATA_H
+#define WM0010_PDATA_H
+
+struct wm0010_pdata {
+       int gpio_reset;
+
+       /* Set if there is an inverter between the GPIO controlling
+        * the reset signal and the device.
+        */
+       int reset_active_high;
+       int irq_flags;
+};
+
+#endif