Skip to content

Commit

Permalink
[ALSA] hda-codec - Add LG LW20 si3054 modem id
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
cmatsuoka authored and Jaroslav Kysela committed Jul 20, 2007
1 parent f8c78b8 commit ef2ec0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/pci/hda/patch_si3054.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ struct hda_codec_preset snd_hda_preset_si3054[] = {
{ .id = 0x11063288, .name = "Si3054", .patch = patch_si3054 },
/* Asus A8J Modem (SM56) */
{ .id = 0x15433155, .name = "Si3054", .patch = patch_si3054 },
/* LG LW20 modem */
{ .id = 0x18540018, .name = "Si3054", .patch = patch_si3054 },
{}
};

0 comments on commit ef2ec0d

Please sign in to comment.