* [PATCH 1/2] ALSA: HDA: Add a new Conexant codec 506e (20590)
@ 2011-02-23 12:22 David Henningsson
2011-02-23 14:59 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: David Henningsson @ 2011-02-23 12:22 UTC (permalink / raw)
To: ALSA Development Mailing List, Takashi Iwai
[-- Attachment #1: Type: text/plain, Size: 302 bytes --]
I'm a little hesitant as of whether to send this one to stable or not,
as the fallback of the 5066 parser can perform worse than the generic
one. However, if we don't, we can't quirk them to work perfectly later.
What do you think?
--
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic
[-- Attachment #2: 0001-ALSA-HDA-Add-a-new-Conexant-codec-506e-20590.patch --]
[-- Type: text/x-patch, Size: 1483 bytes --]
>From 7ba625cf57f80e124024fd46a1bfe1fb8f9c1558 Mon Sep 17 00:00:00 2001
From: David Henningsson <david.henningsson@canonical.com>
Date: Tue, 8 Feb 2011 07:16:06 +0100
Subject: [PATCH 1/2] ALSA: HDA: Add a new Conexant codec 506e (20590)
Conexant 506e/20590 has the same graph as the rest of the 5066 family.
BugLink: http://bugs.launchpad.net/bugs/723672
Cc: stable@kernel.org
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
sound/pci/hda/patch_conexant.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index dd7c5c1..909ce9e 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -3937,6 +3937,8 @@ static struct hda_codec_preset snd_hda_preset_conexant[] = {
.patch = patch_cxt5066 },
{ .id = 0x14f15069, .name = "CX20585",
.patch = patch_cxt5066 },
+ { .id = 0x14f1506e, .name = "CX20590",
+ .patch = patch_cxt5066 },
{ .id = 0x14f15097, .name = "CX20631",
.patch = patch_conexant_auto },
{ .id = 0x14f15098, .name = "CX20632",
@@ -3963,6 +3965,7 @@ MODULE_ALIAS("snd-hda-codec-id:14f15066");
MODULE_ALIAS("snd-hda-codec-id:14f15067");
MODULE_ALIAS("snd-hda-codec-id:14f15068");
MODULE_ALIAS("snd-hda-codec-id:14f15069");
+MODULE_ALIAS("snd-hda-codec-id:14f1506e");
MODULE_ALIAS("snd-hda-codec-id:14f15097");
MODULE_ALIAS("snd-hda-codec-id:14f15098");
MODULE_ALIAS("snd-hda-codec-id:14f150a1");
--
1.7.1
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 1/2] ALSA: HDA: Add a new Conexant codec 506e (20590)
2011-02-23 12:22 [PATCH 1/2] ALSA: HDA: Add a new Conexant codec 506e (20590) David Henningsson
@ 2011-02-23 14:59 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2011-02-23 14:59 UTC (permalink / raw)
To: David Henningsson; +Cc: ALSA Development Mailing List
At Wed, 23 Feb 2011 13:22:39 +0100,
David Henningsson wrote:
>
> I'm a little hesitant as of whether to send this one to stable or not,
> as the fallback of the 5066 parser can perform worse than the generic
> one. However, if we don't, we can't quirk them to work perfectly later.
> What do you think?
In principle, it's not for stable unless you have a real machine with
this codec that has been tested with older kernels. But, the change
is so small and this can't regress much, I'll take it to stable, too.
thanks,
Takashi
> [2 0001-ALSA-HDA-Add-a-new-Conexant-codec-506e-20590.patch <text/x-patch (7bit)>]
> >From 7ba625cf57f80e124024fd46a1bfe1fb8f9c1558 Mon Sep 17 00:00:00 2001
> From: David Henningsson <david.henningsson@canonical.com>
> Date: Tue, 8 Feb 2011 07:16:06 +0100
> Subject: [PATCH 1/2] ALSA: HDA: Add a new Conexant codec 506e (20590)
>
> Conexant 506e/20590 has the same graph as the rest of the 5066 family.
>
> BugLink: http://bugs.launchpad.net/bugs/723672
>
> Cc: stable@kernel.org
> Signed-off-by: David Henningsson <david.henningsson@canonical.com>
> ---
> sound/pci/hda/patch_conexant.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
> index dd7c5c1..909ce9e 100644
> --- a/sound/pci/hda/patch_conexant.c
> +++ b/sound/pci/hda/patch_conexant.c
> @@ -3937,6 +3937,8 @@ static struct hda_codec_preset snd_hda_preset_conexant[] = {
> .patch = patch_cxt5066 },
> { .id = 0x14f15069, .name = "CX20585",
> .patch = patch_cxt5066 },
> + { .id = 0x14f1506e, .name = "CX20590",
> + .patch = patch_cxt5066 },
> { .id = 0x14f15097, .name = "CX20631",
> .patch = patch_conexant_auto },
> { .id = 0x14f15098, .name = "CX20632",
> @@ -3963,6 +3965,7 @@ MODULE_ALIAS("snd-hda-codec-id:14f15066");
> MODULE_ALIAS("snd-hda-codec-id:14f15067");
> MODULE_ALIAS("snd-hda-codec-id:14f15068");
> MODULE_ALIAS("snd-hda-codec-id:14f15069");
> +MODULE_ALIAS("snd-hda-codec-id:14f1506e");
> MODULE_ALIAS("snd-hda-codec-id:14f15097");
> MODULE_ALIAS("snd-hda-codec-id:14f15098");
> MODULE_ALIAS("snd-hda-codec-id:14f150a1");
> --
> 1.7.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-23 14:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-23 12:22 [PATCH 1/2] ALSA: HDA: Add a new Conexant codec 506e (20590) David Henningsson
2011-02-23 14:59 ` 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.