summaryrefslogtreecommitdiff
path: root/sound/pci/intel8x0m.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-10-06 13:47:23 +0200
committerJaroslav Kysela <perex@suse.cz>2005-11-04 13:17:28 +0100
commit2b3e584b9235b302efa769acb172258513400065 (patch)
treec126a0b8f4aace837629067804991bf20e28eee1 /sound/pci/intel8x0m.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/intel8x0m.c')
-rw-r--r--sound/pci/intel8x0m.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/intel8x0m.c b/sound/pci/intel8x0m.c
index be604bb8445d..2295335981fb 100644
--- a/sound/pci/intel8x0m.c
+++ b/sound/pci/intel8x0m.c
@@ -67,6 +67,10 @@ MODULE_PARM_DESC(id, "ID string for Intel i8x0 modemcard.");
module_param(ac97_clock, int, 0444);
MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect).");
+/* just for backward compatibility */
+static int enable;
+module_param(enable, int, 0444);
+
/*
* Direct registers
*/