ChangeSet 1.2181.25.16, 2005/03/22 09:04:37+01:00, [EMAIL PROTECTED]
[ALSA] Add new C-Media 9880 codec ID
HDA Codec driver
Following change need to be added for newer C-Media 9880 codec ID.
Signed-off-by: ChenLi Tien <[EMAIL PROTECTED]>
Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
hda_codec.c | 1 +
patch_cmedia.c | 1 +
2 files changed, 2 insertions(+)
diff -Nru a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
--- a/sound/pci/hda/hda_codec.c 2005-03-30 16:12:32 -08:00
+++ b/sound/pci/hda/hda_codec.c 2005-03-30 16:12:32 -08:00
@@ -49,6 +49,7 @@
/* codec vendor labels */
static struct hda_vendor_id hda_vendor_ids[] = {
{ 0x10ec, "Realtek" },
+ { 0x13f6, "C-Media" },
{ 0x434d, "C-Media" },
{} /* terminator */
};
diff -Nru a/sound/pci/hda/patch_cmedia.c b/sound/pci/hda/patch_cmedia.c
--- a/sound/pci/hda/patch_cmedia.c 2005-03-30 16:12:32 -08:00
+++ b/sound/pci/hda/patch_cmedia.c 2005-03-30 16:12:32 -08:00
@@ -615,6 +615,7 @@
* patch entries
*/
struct hda_codec_preset snd_hda_preset_cmedia[] = {
+ { .id = 0x13f69880, .name = "CMI9880", .patch = patch_cmi9880 },
{ .id = 0x434d4980, .name = "CMI9880", .patch = patch_cmi9880 },
{} /* terminator */
};
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html