diff options
author | Daniel Mueller <daniel.mueller@siemens.com> | 2005-11-14 11:40:44 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:16:13 -0500 |
commit | 26741b5512a99ee35f398ef018d23a38e8dc6e8a (patch) | |
tree | 801644e7fd04f7d4c1c70ce20a33402447110a67 | |
parent | b4a621f547ce78d6a415b3be2febd29b55e3235c (diff) |
[ALSA] hda-codec - Fix HDA sound and V.92 modem for notebook Siemens FieldPG-M
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>
-rw-r--r-- | sound/pci/hda/patch_si3054.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_si3054.c b/sound/pci/hda/patch_si3054.c index 9c7fe0b3200a..12b5de29f42f 100644 --- 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) | |||
295 | * patch entries | 295 | * patch entries |
296 | */ | 296 | */ |
297 | struct hda_codec_preset snd_hda_preset_si3054[] = { | 297 | struct hda_codec_preset snd_hda_preset_si3054[] = { |
298 | { .id = 0x163c3055, .name = "Si3054", .patch = patch_si3054 }, | ||
298 | { .id = 0x163c3155, .name = "Si3054", .patch = patch_si3054 }, | 299 | { .id = 0x163c3155, .name = "Si3054", .patch = patch_si3054 }, |
299 | {} | 300 | {} |
300 | }; | 301 | }; |