projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a621f
)
[ALSA] hda-codec - Fix HDA sound and V.92 modem for notebook Siemens FieldPG-M
author
Daniel Mueller
<daniel.mueller@siemens.com>
Mon, 14 Nov 2005 16:40:44 +0000
(17:40 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Tue, 3 Jan 2006 11:16:13 +0000
(12:16 +0100)
Modules: HDA Codec driver
The patch fixes the problem of mute onboard HDA sound output,
buildin V.92 modem idendification and functionality.
Signed-off-by: Daniel Mueller <daniel.mueller@siemens.com>
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
9c7fe0b
..
12b5de2
100644
(file)
--- a/
sound/pci/hda/patch_si3054.c
+++ b/
sound/pci/hda/patch_si3054.c
@@
-295,6
+295,7
@@
static int patch_si3054(struct hda_codec *codec)
* patch entries
*/
struct hda_codec_preset snd_hda_preset_si3054[] = {
+ { .id = 0x163c3055, .name = "Si3054", .patch = patch_si3054 },
{ .id = 0x163c3155, .name = "Si3054", .patch = patch_si3054 },
{}
};