mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
sound: fix oss/msnd_pinnacle module param type
Fix module parameter data type to eliminate build warning. sound/oss/msnd_pinnacle.c:1727:1: warning: return from incompatible pointer type Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
d1045b6a9a
commit
ec99aaf479
@ -1631,7 +1631,7 @@ static int ide_irq __initdata = 0;
|
||||
static int joystick_io __initdata = 0;
|
||||
|
||||
/* If we have the digital daugherboard... */
|
||||
static int digital __initdata = 0;
|
||||
static bool digital __initdata = false;
|
||||
#endif
|
||||
|
||||
static int fifosize __initdata = DEFFIFOSIZE;
|
||||
|
Loading…
Reference in New Issue
Block a user