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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/opl3.h b/include/sound/opl3.h
index 7ee865d6236f..eea584b7bfc5 100644
--- a/include/sound/opl3.h
+++ b/include/sound/opl3.h
@@ -320,7 +320,6 @@ struct snd_opl3 {
320 320
321 spinlock_t reg_lock; 321 spinlock_t reg_lock;
322 struct snd_card *card; /* The card that this belongs to */ 322 struct snd_card *card; /* The card that this belongs to */
323 int used; /* usage flag - exclusive */
324 unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */ 323 unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */
325 unsigned char rhythm; /* percussion mode flag */ 324 unsigned char rhythm; /* percussion mode flag */
326 unsigned char max_voices; /* max number of voices */ 325 unsigned char max_voices; /* max number of voices */
@@ -353,7 +352,6 @@ struct snd_opl3 {
353 int sys_timer_status; /* system timer run status */ 352 int sys_timer_status; /* system timer run status */
354 spinlock_t sys_timer_lock; /* Lock for system timer access */ 353 spinlock_t sys_timer_lock; /* Lock for system timer access */
355#endif 354#endif
356 struct mutex access_mutex; /* locking */
357}; 355};
358 356
359/* opl3.c */ 357/* opl3.c */