All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hda: fixed invalid value for SND_PCI_QUIRK
@ 2009-01-14 18:37 Matthew Ranostay
  2009-01-14 20:38 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Ranostay @ 2009-01-14 18:37 UTC (permalink / raw
  To: alsa-devel; +Cc: Takashi Iwai

Changed invalid STAC_92HD71BXX_REF value for reference board SND_PCI_QUIRK to
correct STAC_92HD83XXX_REF.

Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
---

diff --git a/pci/hda/patch_sigmatel.c b/pci/hda/patch_sigmatel.c
index 35b83dc..a4e2d8f 100644
--- a/pci/hda/patch_sigmatel.c
+++ b/pci/hda/patch_sigmatel.c
@@ -1682,7 +1682,7 @@ static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
 static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
 	/* SigmaTel reference board */
 	SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
-		      "DFI LanParty", STAC_92HD71BXX_REF),
+		      "DFI LanParty", STAC_92HD83XXX_REF),
 	{} /* terminator */
 };

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hda: fixed invalid value for SND_PCI_QUIRK
  2009-01-14 18:37 [PATCH] hda: fixed invalid value for SND_PCI_QUIRK Matthew Ranostay
@ 2009-01-14 20:38 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2009-01-14 20:38 UTC (permalink / raw
  To: Matthew Ranostay; +Cc: alsa-devel

At Wed, 14 Jan 2009 13:37:43 -0500,
Matthew Ranostay wrote:
> 
> Changed invalid STAC_92HD71BXX_REF value for reference board SND_PCI_QUIRK to
> correct STAC_92HD83XXX_REF.
> 
> Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>

Thanks, but this has been already fixed.
For HD-audio changes, always check sound git tree as I already
mentioned ago:
    git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-14 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 18:37 [PATCH] hda: fixed invalid value for SND_PCI_QUIRK Matthew Ranostay
2009-01-14 20:38 ` 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.