From 87e9e502e880f1ab717e2aa11b58c64c4d8c7872 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Tue, 29 Nov 2005 14:46:01 +0100 Subject: [PATCH] --- yaml --- r: 16135 b: refs/heads/master c: 954fa19ab7a14c3f54044780a90cd6a95149f90b h: refs/heads/master i: 16133: fe2e306c92275c2599b9ccd2124206fe928f75c6 16131: 8aff8208ea8ca87ad321d7f5827739315ca946c8 16127: b6a4d61f841173846125f140d6c64744b95b63e1 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5880a3487a67..a6a23acfa8a6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 015b6a198f51d660797b78c6c7ee60d0252ebf40 +refs/heads/master: 954fa19ab7a14c3f54044780a90cd6a95149f90b diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index 8a0a0a7d5d49..a983deba4025 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -52,7 +52,7 @@ static int index = SNDRV_DEFAULT_IDX1; static char *id = SNDRV_DEFAULT_STR1; static char *model; static int position_fix; -static int probe_mask; +static int probe_mask = -1; module_param(index, int, 0444); MODULE_PARM_DESC(index, "Index value for Intel HD audio interface.");