Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux...
[deliverable/linux.git] / include / sound / wm9081.h
index e173ddbf6bd4f7dafd4680caf402c852c0011dcb..f34b0b1716d845911271c222f74382fac12d135d 100644 (file)
@@ -17,9 +17,12 @@ struct wm9081_retune_mobile_setting {
        u16 config[20];
 };
 
-struct wm9081_retune_mobile_config {
-       struct wm9081_retune_mobile_setting *configs;
-       int num_configs;
+struct wm9081_pdata {
+       bool irq_high;   /* IRQ is active high */
+       bool irq_cmos;   /* IRQ is in CMOS mode */
+
+       struct wm9081_retune_mobile_setting *retune_configs;
+       int num_retune_configs;
 };
 
 #endif
This page took 0.0241 seconds and 5 git commands to generate.