* [PATCH] Fix HDA probe_mask default
@ 2005-11-29 14:39 Matt Porter
2005-11-29 14:46 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Matt Porter @ 2005-11-29 14:39 UTC (permalink / raw)
To: tiwai; +Cc: alsa-devel
The probe_mask module parameter comment notes that the intended
default is -1. Fix it to be so, otherwise all codecs are skipped
and init fails.
Signed-off-by: Matt Porter <mporter@embeddedalley.com>
Index: alsa-kernel/pci/hda/hda_intel.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/hda/hda_intel.c,v
retrieving revision 1.32
diff -u -r1.32 hda_intel.c
--- alsa-kernel/pci/hda/hda_intel.c 24 Nov 2005 16:03:40 -0000 1.32
+++ alsa-kernel/pci/hda/hda_intel.c 29 Nov 2005 14:34:17 -0000
@@ -52,7 +52,7 @@
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.");
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix HDA probe_mask default
2005-11-29 14:39 [PATCH] Fix HDA probe_mask default Matt Porter
@ 2005-11-29 14:46 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2005-11-29 14:46 UTC (permalink / raw)
To: Matt Porter; +Cc: alsa-devel
At Tue, 29 Nov 2005 07:39:31 -0700,
Matt Porter wrote:
>
> The probe_mask module parameter comment notes that the intended
> default is -1. Fix it to be so, otherwise all codecs are skipped
> and init fails.
>
> Signed-off-by: Matt Porter <mporter@embeddedalley.com>
My bad. Thanks, now applied to CVS.
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-29 14:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-29 14:39 [PATCH] Fix HDA probe_mask default Matt Porter
2005-11-29 14:46 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.