commit | 698444f31788bd9992f7c31bcc4862d82f985890 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Oct 20 16:53:49 2005 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Fri Nov 04 13:19:16 2005 +0100 |
tree | e201f10e133d84a26864f72ad807f5d3223f327f | |
parent | d1f38cf9f8fcb486a027bb5adc214558d7830f45 [diff] [blame] |
[ALSA] Fix the type of enable module option Fix the type of enable module option to bool. Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index eb35b44..3fdb3b1 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c
@@ -105,7 +105,7 @@ /* just for backward compatibility */ static int enable; -module_param(enable, int, 0444); +module_param(enable, bool, 0444); /* revision numbers for via686 */