diff options
Diffstat (limited to 'sound/pci/via82xx.c')
-rw-r--r-- | sound/pci/via82xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index eb35b446235c..3fdb3b1d4e83 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c | |||
@@ -105,7 +105,7 @@ MODULE_PARM_DESC(dxs_support, "Support for DXS channels (0 = auto, 1 = enable, 2 | |||
105 | 105 | ||
106 | /* just for backward compatibility */ | 106 | /* just for backward compatibility */ |
107 | static int enable; | 107 | static int enable; |
108 | module_param(enable, int, 0444); | 108 | module_param(enable, bool, 0444); |
109 | 109 | ||
110 | 110 | ||
111 | /* revision numbers for via686 */ | 111 | /* revision numbers for via686 */ |