wireless: add missing WLAN_EID_BSS_INTOLERANT_CHL_REPORT
[firefly-linux-kernel-4.4.55.git] / include / sound / hwdep.h
index 6233eb092d0aeac9a3eab481de6e37d4bac34cb4..ae04a3ec9c774e6ba41508e595535b92216dce8e 100644 (file)
@@ -68,6 +68,8 @@ struct snd_hwdep {
        wait_queue_head_t open_wait;
        void *private_data;
        void (*private_free) (struct snd_hwdep *hwdep);
+       struct device *dev;
+       const struct attribute_group **groups;
 
        struct mutex open_mutex;
        int used;                       /* reference counter */