From: Christian Rothlaender Date: Fri, 18 May 2007 14:55:26 +0000 (+0200) Subject: [ALSA] hda-codec - Add support for ASUS A8J modem X-Git-Tag: v3.12-rc1~29238^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b542985edeed1a1af124ee055e2d35a30489d93;p=kernel%2Fkernel-generic.git [ALSA] hda-codec - Add support for ASUS A8J modem This patch adds support for the ASUS A8J Series 56k Modem (Motorola SM56) Signed-off-by: Christian Rothlaender Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/hda/patch_si3054.c b/sound/pci/hda/patch_si3054.c index 6fcda9b..43f537e 100644 --- a/sound/pci/hda/patch_si3054.c +++ b/sound/pci/hda/patch_si3054.c @@ -304,6 +304,8 @@ struct hda_codec_preset snd_hda_preset_si3054[] = { { .id = 0x10573055, .name = "Si3054", .patch = patch_si3054 }, { .id = 0x10573057, .name = "Si3054", .patch = patch_si3054 }, { .id = 0x10573155, .name = "Si3054", .patch = patch_si3054 }, + /* Asus A8J Modem (SM56) */ + { .id = 0x15433155, .name = "Si3054", .patch = patch_si3054 }, {} };