All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda - add quirk for STAC92xx (SigmaTel STAC9205)
@ 2009-06-10 15:33 Simos Xenitellis
  2009-06-10 17:56 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Simos Xenitellis @ 2009-06-10 15:33 UTC (permalink / raw)
  To: alsa-devel

A quirk is required for 8086:284b (rev 03) [Subsystem: 161f:2073].
The following has been tested with Alsa 1.0.20 (git master).

Background details can be found at
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4561
http://forum.ubuntu-gr.org/viewtopic.php?f=38&t=5290

Tested-by: Theodora Iliopoulou <th30dr@gmail.com>
Signed-off-by: Simos Xenitellis <simos@gnome.org>
--
 sound/pci/hda/patch_sigmatel.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 42f944b..104d739 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1590,6 +1590,8 @@ static struct snd_pci_quirk stac9200_cfg_tbl[] = {
        /* SigmaTel reference board */
        SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
                      "DFI LanParty", STAC_REF),
+        SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
+                    "SigmaTel",STAC_9205_REF),
        SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
                      "DFI LanParty", STAC_REF),
        /* Dell laptops have BIOS problem */
@@ -5939,6 +5941,7 @@ static struct hda_codec_preset
snd_hda_preset_sigmatel[] = {
        { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
        { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
        { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
+       { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
        { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
        { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
        { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },

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

* Re: [PATCH] ALSA: hda - add quirk for STAC92xx (SigmaTel STAC9205)
  2009-06-10 15:33 [PATCH] ALSA: hda - add quirk for STAC92xx (SigmaTel STAC9205) Simos Xenitellis
@ 2009-06-10 17:56 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2009-06-10 17:56 UTC (permalink / raw)
  To: Simos Xenitellis; +Cc: alsa-devel

At Wed, 10 Jun 2009 16:33:31 +0100,
Simos Xenitellis wrote:
> 
> A quirk is required for 8086:284b (rev 03) [Subsystem: 161f:2073].
> The following has been tested with Alsa 1.0.20 (git master).
> 
> Background details can be found at
> https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4561
> http://forum.ubuntu-gr.org/viewtopic.php?f=38&t=5290
> 
> Tested-by: Theodora Iliopoulou <th30dr@gmail.com>
> Signed-off-by: Simos Xenitellis <simos@gnome.org>

Applied now.  Thanks.


Takashi

> --
>  sound/pci/hda/patch_sigmatel.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
> index 42f944b..104d739 100644
> --- a/sound/pci/hda/patch_sigmatel.c
> +++ b/sound/pci/hda/patch_sigmatel.c
> @@ -1590,6 +1590,8 @@ static struct snd_pci_quirk stac9200_cfg_tbl[] = {
>         /* SigmaTel reference board */
>         SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
>                       "DFI LanParty", STAC_REF),
> +        SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
> +                    "SigmaTel",STAC_9205_REF),
>         SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
>                       "DFI LanParty", STAC_REF),
>         /* Dell laptops have BIOS problem */
> @@ -5939,6 +5941,7 @@ static struct hda_codec_preset
> snd_hda_preset_sigmatel[] = {
>         { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
>         { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
>         { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
> +       { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
>         { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
>         { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
>         { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

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

end of thread, other threads:[~2009-06-10 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-10 15:33 [PATCH] ALSA: hda - add quirk for STAC92xx (SigmaTel STAC9205) Simos Xenitellis
2009-06-10 17:56 ` 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.