|
@@ -57,7 +57,7 @@
|
|
static unsigned int vid_limit = 16; /* Video memory limit, in Mb */
|
|
static unsigned int vid_limit = 16; /* Video memory limit, in Mb */
|
|
static int video_nr = -1; /* /dev/videoN, -1 for autodetect */
|
|
static int video_nr = -1; /* /dev/videoN, -1 for autodetect */
|
|
static int radio_nr = -1; /* /dev/radioN, -1 for autodetect */
|
|
static int radio_nr = -1; /* /dev/radioN, -1 for autodetect */
|
|
-static int keep_urb; /* keep urb buffers allocated */
|
|
|
|
|
|
+static bool keep_urb; /* keep urb buffers allocated */
|
|
|
|
|
|
/* Debug level */
|
|
/* Debug level */
|
|
int tm6000_debug;
|
|
int tm6000_debug;
|