diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/opl3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/opl3.h b/include/sound/opl3.h index eea584b7bfc..d7e33ce0912 100644 --- a/include/sound/opl3.h +++ b/include/sound/opl3.h @@ -318,6 +318,7 @@ struct snd_opl3 { void *private_data; void (*private_free)(struct snd_opl3 *); + struct snd_hwdep *hwdep; spinlock_t reg_lock; struct snd_card *card; /* The card that this belongs to */ unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */ |