wireless: add missing WLAN_EID_BSS_INTOLERANT_CHL_REPORT
[firefly-linux-kernel-4.4.55.git] / include / sound / hwdep.h
index 8c05e47a409053c69ddec36b60aee44b84907330..ae04a3ec9c774e6ba41508e595535b92216dce8e 100644 (file)
@@ -60,7 +60,6 @@ struct snd_hwdep {
        int iface;
 
 #ifdef CONFIG_SND_OSSEMUL
-       char oss_dev[32];
        int oss_type;
        int ossreg;
 #endif
@@ -69,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 */