Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec99aaf4 authored by Randy Dunlap's avatar Randy Dunlap Committed by Takashi Iwai
Browse files

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: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d1045b6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;