diff options
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 8a0a0a7d5d49..a983deba4025 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -52,7 +52,7 @@ static int index = SNDRV_DEFAULT_IDX1; | |||
52 | static char *id = SNDRV_DEFAULT_STR1; | 52 | static char *id = SNDRV_DEFAULT_STR1; |
53 | static char *model; | 53 | static char *model; |
54 | static int position_fix; | 54 | static int position_fix; |
55 | static int probe_mask; | 55 | static int probe_mask = -1; |
56 | 56 | ||
57 | module_param(index, int, 0444); | 57 | module_param(index, int, 0444); |
58 | MODULE_PARM_DESC(index, "Index value for Intel HD audio interface."); | 58 | MODULE_PARM_DESC(index, "Index value for Intel HD audio interface."); |