All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH] ALSA: hda - Add missing terminators in patch_sigmatel.c
Date: Wed, 24 Dec 2008 11:10:05 +0100	[thread overview]
Message-ID: <s5hk59pyjcy.wl%tiwai@suse.de> (raw)
In-Reply-To: <200812231653.01240.herton@mandriva.com.br>

At Tue, 23 Dec 2008 16:53:00 -0200,
Herton Ronaldo Krzesinski wrote:
> 
> Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>

Oops, that's a shame.  Applied and sent a pull request now.
Thanks.


Takashi

> 
> diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
> index 71d3a77..35b83dc 100644
> --- a/sound/pci/hda/patch_sigmatel.c
> +++ b/sound/pci/hda/patch_sigmatel.c
> @@ -841,6 +841,7 @@ static struct hda_verb stac92hd83xxx_core_init[] = {
>  
>  	/* power state controls amps */
>  	{ 0x01, AC_VERB_SET_EAPD, 1 << 2},
> +	{}
>  };
>  
>  static struct hda_verb stac92hd71bxx_core_init[] = {
> @@ -850,6 +851,7 @@ static struct hda_verb stac92hd71bxx_core_init[] = {
>  	{ 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
>  	{ 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
>  	{ 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
> +	{}
>  };
>  
>  #define HD_DISABLE_PORTF 2
> @@ -1681,6 +1683,7 @@ static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
>  	/* SigmaTel reference board */
>  	SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
>  		      "DFI LanParty", STAC_92HD71BXX_REF),
> +	{} /* terminator */
>  };
>  
>  static unsigned int ref92hd71bxx_pin_configs[11] = {
> 

      reply	other threads:[~2008-12-24 10:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-23 18:53 [PATCH] ALSA: hda - Add missing terminators in patch_sigmatel.c Herton Ronaldo Krzesinski
2008-12-24 10:10 ` Takashi Iwai [this message]

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=s5hk59pyjcy.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=herton@mandriva.com.br \
    /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.