diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-10-06 07:47:23 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 07:17:28 -0500 |
commit | 2b3e584b9235b302efa769acb172258513400065 (patch) | |
tree | c126a0b8f4aace837629067804991bf20e28eee1 /sound/pci/hda | |
parent | 79ba34b94170eb517f0dcf634aab7fb1f5708d4b (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/hda')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index d9e88dfe8171..1426fa0ac6d9 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -61,6 +61,10 @@ MODULE_PARM_DESC(model, "Use the given board model."); | |||
61 | module_param(position_fix, int, 0444); | 61 | module_param(position_fix, int, 0444); |
62 | MODULE_PARM_DESC(position_fix, "Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO size)."); | 62 | MODULE_PARM_DESC(position_fix, "Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO size)."); |
63 | 63 | ||
64 | /* just for backward compatibility */ | ||
65 | static int enable; | ||
66 | module_param(enable, int, 0444); | ||
67 | |||
64 | MODULE_LICENSE("GPL"); | 68 | MODULE_LICENSE("GPL"); |
65 | MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," | 69 | MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," |
66 | "{Intel, ICH6M}," | 70 | "{Intel, ICH6M}," |