]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/sparc/dbri.c
ALSA: module_param: make bool parameters really bool
[karo-tx-linux.git] / sound / sparc / dbri.c
index 6afe087b0ec63d64b3b5aa1065ae32e19bd20096..a6b0deb77746c11646e42dd9f5f6353311e94656 100644 (file)
@@ -80,7 +80,7 @@ MODULE_SUPPORTED_DEVICE("{{Sun,DBRI}}");
 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;     /* Index 0-MAX */
 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;      /* ID for this card */
 /* Enable this card */
-static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
+static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
 
 module_param_array(index, int, NULL, 0444);
 MODULE_PARM_DESC(index, "Index value for Sun DBRI soundcard.");