summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
diff options
context:
space:
mode:
authorTakashi Iwai2005-10-06 13:47:23 +0200
committerJaroslav Kysela2005-11-04 13:17:28 +0100
commit2b3e584b9235b302efa769acb172258513400065 (patch)
treec126a0b8f4aace837629067804991bf20e28eee1 /sound/pci/hda
parent[ALSA] intel8x0 - Suppress the codec warnings during probing (diff)
downloadkernel-qcow2-linux-2b3e584b9235b302efa769acb172258513400065.tar.gz
kernel-qcow2-linux-2b3e584b9235b302efa769acb172258513400065.tar.xz
kernel-qcow2-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/hda')
-rw-r--r--sound/pci/hda/hda_intel.c4
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.");
module_param(position_fix, int, 0444);
MODULE_PARM_DESC(position_fix, "Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO size).");
+/* just for backward compatibility */
+static int enable;
+module_param(enable, int, 0444);
+
MODULE_LICENSE("GPL");
MODULE_SUPPORTED_DEVICE("{{Intel, ICH6},"
"{Intel, ICH6M},"