diff options
Diffstat (limited to 'sound/pci/ac97/ac97_codec.c')
| -rw-r--r-- | sound/pci/ac97/ac97_codec.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_codec.c b/sound/pci/ac97/ac97_codec.c index fac51eef272..9473fca9681 100644 --- a/sound/pci/ac97/ac97_codec.c +++ b/sound/pci/ac97/ac97_codec.c @@ -42,7 +42,7 @@ MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>");  MODULE_DESCRIPTION("Universal interface for Audio Codec '97");  MODULE_LICENSE("GPL"); -static int enable_loopback; +static bool enable_loopback;  module_param(enable_loopback, bool, 0444);  MODULE_PARM_DESC(enable_loopback, "Enable AC97 ADC/DAC Loopback Control");  |