[alsa-devel] codec support request: Conexant ID 5068
Cristopher Camacho Leandro
ccamacho at linuxmail.org
Mon Aug 9 13:30:21 CEST 2010
Hi Takashiさん,
The patch you sent me seems to work well for my Panasonic CF-S9K with the model options ideapad or thinkpad. I just added an extra line to it
diff -rupN a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
--- a/sound/pci/hda/patch_conexant.c 2010-08-02 06:11:14.000000000 +0800
+++ b/sound/pci/hda/patch_conexant.c 2010-08-09 19:09:14.534220000 +0800
@@ -3121,6 +3121,8 @@ static struct hda_codec_preset snd_hda_p
.patch = patch_cxt5066 },
{ .id = 0x14f15067, .name = "CX20583 (Pebble HSF)",
.patch = patch_cxt5066 },
+ { .id = 0x14f15068, .name = "CX20584",
+ .patch = patch_cxt5066 },
{ .id = 0x14f15069, .name = "CX20585",
.patch = patch_cxt5066 },
{} /* terminator */
@@ -3131,6 +3133,7 @@ MODULE_ALIAS("snd-hda-codec-id:14f15047"
MODULE_ALIAS("snd-hda-codec-id:14f15051");
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");
I applied it against 2.6.35.
Thanks a lot.
Cheers,
Cristopher
-----Original Message-----
From: Takashi Iwai <tiwai at suse.de>
To: Cristopher Camacho Leandro <ccamacho at linuxmail.org>
Cc: alsa-devel at alsa-project.org
Sent: Thu, Jul 29, 2010 5:10 pm
Subject: Re: [alsa-devel] codec support request: Conexant ID 5068
At Thu, 29 Jul 2010 04:57:26 -0400,
Cristopher Camacho Leandro wrote:
>
> Hi all,
>
> The codec (Conexant ID 5068) required by my sound card (Intel Corporation 5
> Series/3400 Series Chipset High Definition Audio (rev 06)) is not present yet
in
> ALSA, I would highly appreciate if you guys could add support for it. You guys
> might find the information collected by the alsa-info.sh script on
>
> http://www.alsa-project.org/db/?f=8f8001d873d5c10c293eac1c94f2ede0b73cd865
The codec might be compatible with the existing cx5066. If so, try
the patch below, and choose one of available models for cx5066
(laptop, dell-laptop, olpc-x0-1_5, dell-vostro, ideapad, thinkpad).
One of them might match with your machine.
Takashi
---
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index c99425a..cc1cbf1 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -3190,6 +3190,8 @@ static struct hda_codec_preset snd_hda_preset_conexant[] =
{
.patch = patch_cxt5066 },
{ .id = 0x14f15067, .name = "CX20583 (Pebble HSF)",
.patch = patch_cxt5066 },
+ { .id = 0x14f15068, .name = "CX20584",
+ .patch = patch_cxt5066 },
{ .id = 0x14f15069, .name = "CX20585",
.patch = patch_cxt5066 },
{} /* terminator */
_______________________________________________
Alsa-devel mailing list
Alsa-devel at alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
More information about the Alsa-devel
mailing list