aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/intel8x0.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-10-06 07:47:23 -0400
committerJaroslav Kysela <perex@suse.cz>2005-11-04 07:17:28 -0500
commit2b3e584b9235b302efa769acb172258513400065 (patch)
treec126a0b8f4aace837629067804991bf20e28eee1 /sound/pci/intel8x0.c
parent79ba34b94170eb517f0dcf634aab7fb1f5708d4b (diff)
[ALSA] Add dummy obsoleted module options for backward compatibility
Added dummay obsoleted module options for backward compatibility (to reduce possible bugzilla entries :) Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r--sound/pci/intel8x0.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index a82f3b62364b..352c2cc650ae 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -87,6 +87,12 @@ MODULE_PARM_DESC(buggy_irq, "Enable workaround for buggy interrupts on some moth
87module_param(xbox, bool, 0444); 87module_param(xbox, bool, 0444);
88MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 codec detection."); 88MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 codec detection.");
89 89
90/* just for backward compatibility */
91static int enable;
92module_param(enable, int, 0444);
93static int joystick;
94module_param(joystick, int, 0444);
95
90/* 96/*
91 * Direct registers 97 * Direct registers
92 */ 98 */