[PATCH] [UBUNTU:sound/pci/hda/] Add IDs for Si3054 codec-based HDA modems

crimsun at fungus.sh.nu crimsun at fungus.sh.nu
Sat Sep 30 04:06:54 UTC 2006


From b9d81e149af73da8a46257ec6437a19d384b7981 Mon Sep 17 00:00:00 2001
From: Daniel T. Chen <crimsun at garnish.localdomain>
Date: Fri, 29 Sep 2006 21:22:44 -0400
Subject: [PATCH] [UBUNTU:sound/pci/hda/] Add IDs for Si3054 codec-based HDA modems

UpstreamStatus: Added in upstream alsa-kernel hg changeset:
		9321245a555d [http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=9321245a555d4615eac01e48041c9102813be37a;style=raw]

This commit adds additional IDs for Si3054 codec-based HDA modems.
Most were discovered on discuss at linmodems.org.

Suitable for application to both Dapper and Edgy linux-source.

Signed-off-by: Sasha Khapyorsky <sashak at alsa-project.org>
Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
 sound/pci/hda/patch_si3054.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/sound/pci/hda/patch_si3054.c b/sound/pci/hda/patch_si3054.c
index f3a0752..afd5b69 100644
--- a/sound/pci/hda/patch_si3054.c
+++ b/sound/pci/hda/patch_si3054.c
@@ -297,7 +297,13 @@ static int patch_si3054(struct hda_codec
 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 = 0x10573057, .name = "Si3054", .patch = patch_si3054 },
+	{ .id = 0x10573155, .name = "Si3054", .patch = patch_si3054 },
 	{}
 };
 
-- 
1.4.1


-- 
Daniel T. Chen            crimsun at ubuntu.com
GPG key:  0xC88ABDA3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20060929/134dc457/attachment.sig>


More information about the kernel-team mailing list