--- zzzz-none-000/linux-3.10.107/include/sound/hwdep.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/include/sound/hwdep.h 2021-02-04 17:41:59.000000000 +0000 @@ -60,7 +60,6 @@ int iface; #ifdef CONFIG_SND_OSSEMUL - char oss_dev[32]; int oss_type; int ossreg; #endif @@ -69,6 +68,7 @@ wait_queue_head_t open_wait; void *private_data; void (*private_free) (struct snd_hwdep *hwdep); + struct device dev; struct mutex open_mutex; int used; /* reference counter */