diff options
Diffstat (limited to 'sound/pci/intel8x0m.c')
| -rw-r--r-- | sound/pci/intel8x0m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0m.c b/sound/pci/intel8x0m.c index 0f7041ec7ddc..d689913a61be 100644 --- a/sound/pci/intel8x0m.c +++ b/sound/pci/intel8x0m.c | |||
| @@ -68,7 +68,7 @@ module_param(ac97_clock, int, 0444); | |||
| 68 | MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect)."); | 68 | MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect)."); |
| 69 | 69 | ||
| 70 | /* just for backward compatibility */ | 70 | /* just for backward compatibility */ |
| 71 | static int enable; | 71 | static bool enable; |
| 72 | module_param(enable, bool, 0444); | 72 | module_param(enable, bool, 0444); |
| 73 | 73 | ||
| 74 | /* | 74 | /* |
