At Mon, 09 Aug 2010 07:30:21 -0400, Cristopher Camacho Leandro wrote:
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",
{ .id = 0x14f15069, .name = "CX20585", .patch = patch_cxt5066 }, {} /* terminator */.patch = patch_cxt5066 },
@@ -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. Now fixed on sound git tree.
Takashi