* [PATCH] Add another VIA audio chip to ac97 quirks list
@ 2008-06-26 18:01 walt
2008-06-27 9:55 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: walt @ 2008-06-26 18:01 UTC (permalink / raw)
To: alsa-devel
Author: Walter Sheets <w41ter@gmail.com>
Date: Thu Jun 26 10:39:19 PDT 2008
x86: Add VIA audio device #1841 to ac97_quirk list
Signed-off-by: Walter Sheets <w41ter@gmail.com>
---
Takashi, feel free to modify this in any way you need to. Thanks.
diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
index b585cc3..aa5c2e0 100644
--- a/sound/pci/via82xx.c
+++ b/sound/pci/via82xx.c
@@ -1746,6 +1746,12 @@ static struct ac97_quirk ac97_quirks[] = {
},
{
.subvendor = 0x1019,
+ .subdevice = 0x1841,
+ .name = "ECS K7VTA3",
+ .type = AC97_TUNE_HP_ONLY
+ },
+ {
+ .subvendor = 0x1019,
.subdevice = 0x0a81,
.name = "ECS K7VTA3",
.type = AC97_TUNE_HP_ONLY
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add another VIA audio chip to ac97 quirks list
2008-06-26 18:01 [PATCH] Add another VIA audio chip to ac97 quirks list walt
@ 2008-06-27 9:55 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2008-06-27 9:55 UTC (permalink / raw)
To: walt; +Cc: alsa-devel
At Thu, 26 Jun 2008 11:01:32 -0700,
walt wrote:
>
> Author: Walter Sheets <w41ter@gmail.com>
> Date: Thu Jun 26 10:39:19 PDT 2008
>
> x86: Add VIA audio device #1841 to ac97_quirk list
>
> Signed-off-by: Walter Sheets <w41ter@gmail.com>
>
> ---
> Takashi, feel free to modify this in any way you need to. Thanks.
Thanks, applied with a minor fix (inserting at the right position in
the order of ID numbers).
Takashi
>
>
> diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c
> index b585cc3..aa5c2e0 100644
> --- a/sound/pci/via82xx.c
> +++ b/sound/pci/via82xx.c
> @@ -1746,6 +1746,12 @@ static struct ac97_quirk ac97_quirks[] = {
> },
> {
> .subvendor = 0x1019,
> + .subdevice = 0x1841,
> + .name = "ECS K7VTA3",
> + .type = AC97_TUNE_HP_ONLY
> + },
> + {
> + .subvendor = 0x1019,
> .subdevice = 0x0a81,
> .name = "ECS K7VTA3",
> .type = AC97_TUNE_HP_ONLY
>
> _______________________________________________
> 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:[~2008-06-27 9:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-26 18:01 [PATCH] Add another VIA audio chip to ac97 quirks list walt
2008-06-27 9:55 ` 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.