projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b1181e
)
[ALSA] hda-codec - Add device id for Motorola si3054-compatible codec
author
Takashi Iwai
<tiwai@suse.de>
Sun, 17 Sep 2006 20:04:17 +0000
(22:04 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Sat, 23 Sep 2006 08:47:24 +0000
(10:47 +0200)
Added the device id for Motorola si3054-compatible modem codec
on a Gateway laptop.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
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 250242cd6c70b495d4dbf9a9851f759fb3f64746..76ec3d75fa9ea392f7c7a8d22ddad81d38920707 100644
(file)
--- a/
sound/pci/hda/patch_si3054.c
+++ b/
sound/pci/hda/patch_si3054.c
@@
-298,6
+298,7
@@
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 },
+ { .id = 0x10573057, .name = "Si3054", .patch = patch_si3054 },
{}
};