[alsa-devel] codec support request: Conexant ID 5068
Takashi Iwai
tiwai at suse.de
Thu Jul 29 11:10:56 CEST 2010
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 */
More information about the Alsa-devel
mailing list