aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-11 06:06:25 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-11 06:06:25 -0500
commit1f2e7a9001b34a5ffaf730417a60349fbeffff65 (patch)
treea68f791752f9dcf89a04782f114e33fd8234ab6b /include/linux/mfd
parent278d064bb84b85ad63a32e4eab6469d43d9e215f (diff)
parentc94aa30edac4d328674e9c127918317009d30c1a (diff)
Merge remote-tracking branch 'asoc/topic/arizona' into asoc-next
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/arizona/pdata.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/mfd/arizona/pdata.h b/include/linux/mfd/arizona/pdata.h
index 8b1d1daaae16..ec3e2a2a6d77 100644
--- a/include/linux/mfd/arizona/pdata.h
+++ b/include/linux/mfd/arizona/pdata.h
@@ -62,6 +62,8 @@
62 62
63#define ARIZONA_MAX_OUTPUT 6 63#define ARIZONA_MAX_OUTPUT 6
64 64
65#define ARIZONA_MAX_AIF 3
66
65#define ARIZONA_HAP_ACT_ERM 0 67#define ARIZONA_HAP_ACT_ERM 0
66#define ARIZONA_HAP_ACT_LRA 2 68#define ARIZONA_HAP_ACT_LRA 2
67 69
@@ -96,6 +98,13 @@ struct arizona_pdata {
96 /** Pin state for GPIO pins */ 98 /** Pin state for GPIO pins */
97 int gpio_defaults[ARIZONA_MAX_GPIO]; 99 int gpio_defaults[ARIZONA_MAX_GPIO];
98 100
101 /**
102 * Maximum number of channels clocks will be generated for,
103 * useful for systems where and I2S bus with multiple data
104 * lines is mastered.
105 */
106 int max_channels_clocked[ARIZONA_MAX_AIF];
107
99 /** GPIO for mic detection polarity */ 108 /** GPIO for mic detection polarity */
100 int micd_pol_gpio; 109 int micd_pol_gpio;
101 110