]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/mfd/wm8994/pdata.h
Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd...
[mirror_ubuntu-artful-kernel.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