diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-09-17 22:04:17 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 10:47:24 +0200 |
commit | 5720fddd62367bb44335ec83f6371ce91e9ead12 (patch) | |
tree | 084c29ba2dd7980997d7a3b29f81e2547ff0a6fd /sound/pci | |
parent | 2b1181ed83ee8b0afbf9ba3e4f789f00375b2a17 (diff) | |
download | op-kernel-dev-5720fddd62367bb44335ec83f6371ce91e9ead12.zip op-kernel-dev-5720fddd62367bb44335ec83f6371ce91e9ead12.tar.gz |
[ALSA] hda-codec - Add device id for Motorola si3054-compatible codec
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>
Diffstat (limited to 'sound/pci')
-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 250242c..76ec3d7 100644 --- 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 }, {} }; |