diff options
Diffstat (limited to 'include/sound/opl3.h')
-rw-r--r-- | include/sound/opl3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/opl3.h b/include/sound/opl3.h index 83392641cb47..82fdb0930720 100644 --- a/include/sound/opl3.h +++ b/include/sound/opl3.h | |||
@@ -53,6 +53,7 @@ | |||
53 | 53 | ||
54 | #include "driver.h" | 54 | #include "driver.h" |
55 | #include <linux/time.h> | 55 | #include <linux/time.h> |
56 | #include <linux/mutex.h> | ||
56 | #include "core.h" | 57 | #include "core.h" |
57 | #include "hwdep.h" | 58 | #include "hwdep.h" |
58 | #include "timer.h" | 59 | #include "timer.h" |
@@ -229,7 +230,6 @@ | |||
229 | #define OPL3_HW_OPL3_CS 0x0302 /* CS4232/CS4236+ */ | 230 | #define OPL3_HW_OPL3_CS 0x0302 /* CS4232/CS4236+ */ |
230 | #define OPL3_HW_OPL3_FM801 0x0303 /* FM801 */ | 231 | #define OPL3_HW_OPL3_FM801 0x0303 /* FM801 */ |
231 | #define OPL3_HW_OPL3_CS4281 0x0304 /* CS4281 */ | 232 | #define OPL3_HW_OPL3_CS4281 0x0304 /* CS4281 */ |
232 | #define OPL3_HW_OPL3_PC98 0x0305 /* PC9800 */ | ||
233 | #define OPL3_HW_OPL4 0x0400 /* YMF278B/YMF295 */ | 233 | #define OPL3_HW_OPL4 0x0400 /* YMF278B/YMF295 */ |
234 | #define OPL3_HW_OPL4_ML 0x0401 /* YMF704/YMF721 */ | 234 | #define OPL3_HW_OPL4_ML 0x0401 /* YMF704/YMF721 */ |
235 | #define OPL3_HW_MASK 0xff00 | 235 | #define OPL3_HW_MASK 0xff00 |
@@ -312,7 +312,7 @@ struct snd_opl3 { | |||
312 | int sys_timer_status; /* system timer run status */ | 312 | int sys_timer_status; /* system timer run status */ |
313 | spinlock_t sys_timer_lock; /* Lock for system timer access */ | 313 | spinlock_t sys_timer_lock; /* Lock for system timer access */ |
314 | #endif | 314 | #endif |
315 | struct semaphore access_mutex; /* locking */ | 315 | struct mutex access_mutex; /* locking */ |
316 | }; | 316 | }; |
317 | 317 | ||
318 | /* opl3.c */ | 318 | /* opl3.c */ |