]> Pileus Git - ~andy/linux/blobdiff - include/sound/wm9081.h
VMCI: include slab.h into files using kmalloc/kfree
[~andy/linux] / 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