From: Matt Porter <mporter@embeddedalley.com>
To: tiwai@suse.de
Cc: alsa-devel@lists.sourceforge.net
Subject: [PATCH] Fix HDA probe_mask default
Date: Tue, 29 Nov 2005 07:39:31 -0700 [thread overview]
Message-ID: <20051129073931.A17707@cox.net> (raw)
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
next reply other threads:[~2005-11-29 14:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-29 14:39 Matt Porter [this message]
2005-11-29 14:46 ` [PATCH] Fix HDA probe_mask default Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051129073931.A17707@cox.net \
--to=mporter@embeddedalley.com \
--cc=alsa-devel@lists.sourceforge.net \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.