projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f794c
)
[ALSA] hda-codec - support for Agere's HDA soft modem
author
Sasha Khapyorsky
<sashak@alsa-project.org>
Mon, 23 Jan 2006 14:24:16 +0000
(15:24 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Wed, 1 Feb 2006 12:09:14 +0000
(13:09 +0100)
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>
sound/pci/hda/patch_si3054.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_si3054.c
b/sound/pci/hda/patch_si3054.c
index 8f8840e6002bccc6023b679a67dc02051c502a76..250242cd6c70b495d4dbf9a9851f759fb3f64746 100644
(file)
--- 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 },
{}
};