Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: klem.dev@gmail.com
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH 1/6] ESI W192M : Correct copy/paste from prodigy driver
Date: Wed, 18 Mar 2015 10:42:04 +0100	[thread overview]
Message-ID: <s5ha8zamykz.wl-tiwai@suse.de> (raw)
In-Reply-To: <5508d452.4160b40a.64fa.44e3@mx.google.com>

At Wed, 18 Mar 2015 02:26:26 +0100,
klem.dev@gmail.com wrote:
> 
> From: Clément Guedez <klem.dev@gmail.com>
> 
> Correct copy/paste name from prodigy driver, no behaviour change, only name.
> 
> Signed-off-by: Clément Guedez <klem.dev@gmail.com>

Applied all six patches now.  Thanks.


Takashi

> 
> diff --git a/sound/pci/ice1712/wtm.c b/sound/pci/ice1712/wtm.c
> index bcf30a3..f65ac19 100644
> --- a/sound/pci/ice1712/wtm.c
> +++ b/sound/pci/ice1712/wtm.c
> @@ -463,7 +463,7 @@ static int wtm_add_controls(struct snd_ice1712 *ice)
>  
>  static int wtm_init(struct snd_ice1712 *ice)
>  {
> -	static unsigned short stac_inits_prodigy[] = {
> +	static unsigned short stac_inits_wtm[] = {
>  		STAC946X_RESET, 0,
>  		(unsigned short)-1
>  	};
> @@ -475,7 +475,7 @@ static int wtm_init(struct snd_ice1712 *ice)
>  	ice->force_rdma1 = 1;
>  
>  	/*initialize codec*/
> -	p = stac_inits_prodigy;
> +	p = stac_inits_wtm;
>  	for (; *p != (unsigned short)-1; p += 2) {
>  		stac9460_put(ice, p[0], p[1]);
>  		stac9460_2_put(ice, p[0], p[1]);
> -- 
> 2.1.4
> 
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

  reply	other threads:[~2015-03-18  9:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-18  1:26 [PATCH 1/6] ESI W192M : Correct copy/paste from prodigy driver klem.dev
2015-03-18  9:42 ` Takashi Iwai [this message]
2015-03-18 14:13   ` Clément Guedez
  -- strict thread matches above, loose matches on Subject: below --
2015-03-16  0:20 klem.dev
2015-03-14  2:31 klem.dev

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=s5ha8zamykz.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=klem.dev@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox