summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorSasha Khapyorsky <sashak@alsa-project.org>2006-01-23 15:24:16 +0100
committerJaroslav Kysela <perex@suse.cz>2006-02-01 13:09:14 +0100
commite061bf1aa3af8a3f2ae7e1b5f8a110eae7936615 (patch)
tree9a5193af97d8bb2919fa18c14267ebfb321b4d54 /sound
parent50f794c8dcfd0e63f3034d7cfd41e563f35741aa (diff)
[ALSA] hda-codec - support for Agere's HDA soft modem
Modules: HDA Codec driver This adds support for Agere's variant of Si3054/5 based HDA modem. Signed-off-by: Sasha Khapyorsky <sashak@alsa-project.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_si3054.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_si3054.c b/sound/pci/hda/patch_si3054.c
index 8f8840e6002b..250242cd6c70 100644
--- a/sound/pci/hda/patch_si3054.c
+++ b/sound/pci/hda/patch_si3054.c
@@ -297,6 +297,7 @@ static int patch_si3054(struct hda_codec *codec)
struct hda_codec_preset snd_hda_preset_si3054[] = {
{ .id = 0x163c3055, .name = "Si3054", .patch = patch_si3054 },
{ .id = 0x163c3155, .name = "Si3054", .patch = patch_si3054 },
+ { .id = 0x11c13026, .name = "Si3054", .patch = patch_si3054 },
{}
};