From: Takashi Iwai <tiwai@suse.de>
To: Tim Blechmann <tim@klingt.org>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH] alsa: lx6464es - support index module parameter
Date: Thu, 11 Jun 2009 03:01:03 +0200 [thread overview]
Message-ID: <s5hprdbvb1s.wl%tiwai@suse.de> (raw)
In-Reply-To: <20090610234154.28ba1585@thinkpad>
At Wed, 10 Jun 2009 23:41:54 +0200,
Tim Blechmann wrote:
>
> trivial patch to put the device to a specific index
>
> Signed-off-by: Tim Blechmann <tim@klingt.org>
> ---
> sound/pci/lx6464es/lx6464es.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/sound/pci/lx6464es/lx6464es.c b/sound/pci/lx6464es/lx6464es.c
> index 870bfc5..dd0f12b 100644
> --- a/sound/pci/lx6464es/lx6464es.c
> +++ b/sound/pci/lx6464es/lx6464es.c
> @@ -43,6 +43,9 @@ static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
> static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
> static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
>
> +module_param_array(index, int, NULL, 0444);
> +MODULE_PARM_DESC(index, "Index value for Digigram LX6464ES interface.");
Please define the similar things for id and enable options.
thanks,
Takashi
next prev parent reply other threads:[~2009-06-11 1:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-10 21:41 [PATCH] alsa: lx6464es - support index module parameter Tim Blechmann
2009-06-11 1:01 ` Takashi Iwai [this message]
2009-06-11 8:43 ` Tim Blechmann
2009-06-11 9:09 ` [PATCH] alsa: lx6464es - support standard alsa module parameters Tim Blechmann
2009-06-11 14:35 ` 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=s5hprdbvb1s.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=tim@klingt.org \
/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.