diff options
Diffstat (limited to 'sound/pci/via82xx.c')
-rw-r--r-- | sound/pci/via82xx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index 4545208ee460..b2779fb7d1a9 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c | |||
@@ -100,6 +100,10 @@ MODULE_PARM_DESC(ac97_quirk, "AC'97 workaround for strange hardware."); | |||
100 | module_param(dxs_support, int, 0444); | 100 | module_param(dxs_support, int, 0444); |
101 | MODULE_PARM_DESC(dxs_support, "Support for DXS channels (0 = auto, 1 = enable, 2 = disable, 3 = 48k only, 4 = no VRA, 5 = enable any sample rate)"); | 101 | MODULE_PARM_DESC(dxs_support, "Support for DXS channels (0 = auto, 1 = enable, 2 = disable, 3 = 48k only, 4 = no VRA, 5 = enable any sample rate)"); |
102 | 102 | ||
103 | /* just for backward compatibility */ | ||
104 | static int enable; | ||
105 | module_param(enable, int, 0444); | ||
106 | |||
103 | 107 | ||
104 | /* revision numbers for via686 */ | 108 | /* revision numbers for via686 */ |
105 | #define VIA_REV_686_A 0x10 | 109 | #define VIA_REV_686_A 0x10 |