* [patch] c-media 9880 hda codec id
@ 2005-03-15 18:17 "Tien, C.L. - 田承禮"
2005-03-16 13:39 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: "Tien, C.L. - 田承禮" @ 2005-03-15 18:17 UTC (permalink / raw)
To: alsa-devel
Following change need to be added for newer C-Media 9880 codec ID.
Signed-off-by: ChenLi Tien <cltien@cmedia.com.tw>
Index: hda_codec.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/hda/hda_codec.c,v
retrieving revision 1.6
diff -a -u -r1.6 hda_codec.c
--- hda_codec.c 22 Feb 2005 17:17:57 -0000 1.6
+++ hda_codec.c 15 Mar 2005 17:22:04 -0000
@@ -50,6 +50,7 @@
static struct hda_vendor_id hda_vendor_ids[] = {
{ 0x10ec, "Realtek" },
{ 0x434d, "C-Media" },
+ { 0x13f6, "C-Media" },
{} /* terminator */
};
Index: patch_cmedia.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/hda/patch_cmedia.c,v
retrieving revision 1.3
diff -a -u -r1.3 patch_cmedia.c
--- patch_cmedia.c 22 Feb 2005 17:53:32 -0000 1.3
+++ patch_cmedia.c 15 Mar 2005 17:22:04 -0000
@@ -616,5 +616,6 @@
*/
struct hda_codec_preset snd_hda_preset_cmedia[] = {
{ .id = 0x434d4980, .name = "CMI9880", .patch = patch_cmi9880 },
+ { .id = 0x13f69880, .name = "CMI9880", .patch = patch_cmi9880 },
{} /* terminator */
};
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch] c-media 9880 hda codec id
2005-03-15 18:17 [patch] c-media 9880 hda codec id "Tien, C.L. - 田承禮"
@ 2005-03-16 13:39 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2005-03-16 13:39 UTC (permalink / raw)
To: Tien, C.L.; +Cc: alsa-devel
At Wed, 16 Mar 2005 02:17:50 +0800,
Tien, C.L. wrote:
>
> Following change need to be added for newer C-Media 9880 codec ID.
>
> Signed-off-by: ChenLi Tien <cltien@cmedia.com.tw>
Thanks.
Since the patch was broken by your mailer, I applied it manually (also
sorted in the numeric order). Please check later whether it's OK.
I don't mind the attachments at all (unlike LKML :)
If you have difficulties to include the patch in mail text, please use
attachments instead.
Takashi
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-16 13:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-15 18:17 [patch] c-media 9880 hda codec id "Tien, C.L. - 田承禮"
2005-03-16 13:39 ` 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.