diff options
| -rw-r--r-- | include/sound/mpu401.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/mpu401.h b/include/sound/mpu401.h index 1fe8d484c4d8..f61916826935 100644 --- a/include/sound/mpu401.h +++ b/include/sound/mpu401.h @@ -67,7 +67,7 @@ struct _snd_mpu401 { int irq; /* IRQ number of MPU-401 chip (-1 = poll) */ int irq_flags; - unsigned int mode; /* MPU401_MODE_XXXX */ + unsigned long mode; /* MPU401_MODE_XXXX */ int timer_invoked; int (*open_input) (mpu401_t * mpu); |
