All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hda/patch_si3054: new codec vendor IDs
@ 2006-09-25  8:01 Sasha Khapyorsky
  2006-09-25 11:29 ` Marvin Stodolsky
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sasha Khapyorsky @ 2006-09-25  8:01 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Marvin Stodolsky, alsa-devel

Hi Takashi,

There are new IDs for Si3054 based HDA modems.

Sasha

---
There are additional IDs for Si3054 codec based HDA modems. Most of
them were discovered on discuss@linmodems.org list - Thanks to MarvS
and all linmodems.org folks.

Signed-off-by: Sasha Khapyorsky <sashak@alsa-project.org>

---
diff -r 63e58b008259 pci/hda/patch_si3054.c
--- a/pci/hda/patch_si3054.c	Mon Sep 04 13:03:51 2006 +0200
+++ b/pci/hda/patch_si3054.c	Sun Sep 24 03:20:25 2006 +0300
@@ -297,7 +297,12 @@ struct hda_codec_preset snd_hda_preset_s
 struct hda_codec_preset snd_hda_preset_si3054[] = {
  	{ .id = 0x163c3055, .name = "Si3054", .patch = patch_si3054 },
  	{ .id = 0x163c3155, .name = "Si3054", .patch = patch_si3054 },
+ 	{ .id = 0x11c11040, .name = "Si3054", .patch = patch_si3054 },
  	{ .id = 0x11c13026, .name = "Si3054", .patch = patch_si3054 },
+ 	{ .id = 0x11c13055, .name = "Si3054", .patch = patch_si3054 },
+ 	{ .id = 0x11c13155, .name = "Si3054", .patch = patch_si3054 },
+ 	{ .id = 0x10573055, .name = "Si3054", .patch = patch_si3054 },
+ 	{ .id = 0x10573155, .name = "Si3054", .patch = patch_si3054 },
 	{}
 };
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-20 13:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-25  8:01 [PATCH] hda/patch_si3054: new codec vendor IDs Sasha Khapyorsky
2006-09-25 11:29 ` Marvin Stodolsky
2006-09-26 13:40 ` Takashi Iwai
2006-11-20 13:19 ` Marvin Stodolsky

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.