diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-10-20 10:53:49 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 07:19:16 -0500 |
commit | 698444f31788bd9992f7c31bcc4862d82f985890 (patch) | |
tree | e201f10e133d84a26864f72ad807f5d3223f327f /sound/pci/atiixp.c | |
parent | d1f38cf9f8fcb486a027bb5adc214558d7830f45 (diff) |
[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>
Diffstat (limited to 'sound/pci/atiixp.c')
-rw-r--r-- | sound/pci/atiixp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/atiixp.c b/sound/pci/atiixp.c index 14f912ae40da..a9314363abd8 100644 --- a/sound/pci/atiixp.c +++ b/sound/pci/atiixp.c | |||
@@ -58,7 +58,7 @@ MODULE_PARM_DESC(spdif_aclink, "S/PDIF over AC-link."); | |||
58 | 58 | ||
59 | /* just for backward compatibility */ | 59 | /* just for backward compatibility */ |
60 | static int enable; | 60 | static int enable; |
61 | module_param(enable, int, 0444); | 61 | module_param(enable, bool, 0444); |
62 | 62 | ||
63 | 63 | ||
64 | /* | 64 | /* |