]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/mfd/wm8994/pdata.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[karo-tx-linux.git] / include / linux / mfd / wm8994 / pdata.h
index b5046f6313a91936a54d937eb24f5728ee585567..90c60524a496c71425a228794950861a1fcf7ae7 100644 (file)
@@ -228,6 +228,11 @@ struct wm8994_pdata {
         * lines is mastered.
         */
        int max_channels_clocked[WM8994_NUM_AIF];
+
+       /**
+        * GPIO for the IRQ pin if host only supports edge triggering
+        */
+       int irq_gpio;
 };
 
 #endif