aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/oss/msnd_pinnacle.c2
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;
1631static int joystick_io __initdata = 0; 1631static int joystick_io __initdata = 0;
1632 1632
1633/* If we have the digital daugherboard... */ 1633/* If we have the digital daugherboard... */
1634static int digital __initdata = 0; 1634static bool digital __initdata = false;
1635#endif 1635#endif
1636 1636
1637static int fifosize __initdata = DEFFIFOSIZE; 1637static int fifosize __initdata = DEFFIFOSIZE;