aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/ctxfi/xfi.c
diff options
context:
space:
mode:
authorGravatar Takashi Iwai <tiwai@suse.de> 2012-01-12 09:59:14 +0100
committerGravatar Takashi Iwai <tiwai@suse.de> 2012-01-12 09:59:14 +0100
commit627b79628f56c3deeb17dec1edf6899b49552fa4 (patch)
treedeac8b2cce5d70708fa944a270ee031f069226d8 /sound/pci/ctxfi/xfi.c
parentMerge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... (diff)
parentALSA: usb-audio: add Yamaha MOX6/MOX8 support (diff)
downloadlinux-627b79628f56c3deeb17dec1edf6899b49552fa4.tar.gz
linux-627b79628f56c3deeb17dec1edf6899b49552fa4.tar.bz2
linux-627b79628f56c3deeb17dec1edf6899b49552fa4.zip
Merge branch 'topic/misc' into for-linus
Diffstat (limited to 'sound/pci/ctxfi/xfi.c')
-rw-r--r--sound/pci/ctxfi/xfi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ctxfi/xfi.c b/sound/pci/ctxfi/xfi.c
index 33931ef5e129..15d95d2bacee 100644
--- a/sound/pci/ctxfi/xfi.c
+++ b/sound/pci/ctxfi/xfi.c
@@ -32,7 +32,7 @@ module_param(multiple, uint, S_IRUGO);
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
-static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
+static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
static unsigned int subsystem[SNDRV_CARDS];
module_param_array(index, int, NULL, 0444);