aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/opl3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/opl3.h')
-rw-r--r--include/sound/opl3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/opl3.h b/include/sound/opl3.h
index eea584b7bfc5..d7e33ce09120 100644
--- a/include/sound/opl3.h
+++ b/include/sound/opl3.h
@@ -318,6 +318,7 @@ struct snd_opl3 {
318 void *private_data; 318 void *private_data;
319 void (*private_free)(struct snd_opl3 *); 319 void (*private_free)(struct snd_opl3 *);
320 320
321 struct snd_hwdep *hwdep;
321 spinlock_t reg_lock; 322 spinlock_t reg_lock;
322 struct snd_card *card; /* The card that this belongs to */ 323 struct snd_card *card; /* The card that this belongs to */
323 unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */ 324 unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */