diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/oss/msnd_pinnacle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/msnd_pinnacle.c b/sound/oss/msnd_pinnacle.c index eba734560f6f..2c79d60a725f 100644 --- a/sound/oss/msnd_pinnacle.c +++ b/sound/oss/msnd_pinnacle.c | |||
@@ -1631,7 +1631,7 @@ static int ide_irq __initdata = 0; | |||
1631 | static int joystick_io __initdata = 0; | 1631 | static int joystick_io __initdata = 0; |
1632 | 1632 | ||
1633 | /* If we have the digital daugherboard... */ | 1633 | /* If we have the digital daugherboard... */ |
1634 | static int digital __initdata = 0; | 1634 | static bool digital __initdata = false; |
1635 | #endif | 1635 | #endif |
1636 | 1636 | ||
1637 | static int fifosize __initdata = DEFFIFOSIZE; | 1637 | static int fifosize __initdata = DEFFIFOSIZE; |