diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-10-06 13:47:23 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 13:17:28 +0100 |
commit | 2b3e584b9235b302efa769acb172258513400065 (patch) | |
tree | c126a0b8f4aace837629067804991bf20e28eee1 /sound/pci/intel8x0m.c | |
parent | 79ba34b94170eb517f0dcf634aab7fb1f5708d4b (diff) | |
download | talos-obmc-linux-2b3e584b9235b302efa769acb172258513400065.tar.gz talos-obmc-linux-2b3e584b9235b302efa769acb172258513400065.zip |
[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.c | 4 |
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 */ |