From: Takashi Iwai <tiwai@suse.de>
Subject: Add dummy compatible options to snd-hdspm driver
Patch-mainline: Never
References: bnc#719408

Add dummy module options to snd-hdspm to be compatible with SP1 kernel.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 sound/pci/rme9652/hdspm.c |    7 +++++++
 1 file changed, 7 insertions(+)

--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -72,6 +72,13 @@
 module_param_array(enable, bool, NULL, 0444);
 MODULE_PARM_DESC(enable, "Enable/disable specific HDSPM soundcards.");
 
+/* obsoleted options; just place holders */
+static int precise_ptr[SNDRV_CARDS];
+static int line_outs_monitor[SNDRV_CARDS];
+static int enable_monitor[SNDRV_CARDS];
+module_param_array(precise_ptr, bool, NULL, 0444);
+module_param_array(line_outs_monitor, bool, NULL, 0444);
+module_param_array(enable_monitor, bool, NULL, 0444);
 
 MODULE_AUTHOR
 (
