aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-05-02 18:17:57 +0200
committerJaroslav Kysela <perex@suse.cz>2006-06-22 21:33:21 +0200
commit886da8677d2e4e942fc8984b22bfb8da45e810ec (patch)
treecf5da4e27559e406d1b65a19e68ebba56c05751b
parenta7b928ac5fcd8e1b5c7c69926d8845b1d0500af3 (diff)
downloadlinux-886da8677d2e4e942fc8984b22bfb8da45e810ec.tar.gz
[ALSA] hda-codec - Add support for LG S1 laptop
Added the model entry for LG S1 laptop. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index cf6c100940dce..6876094c91112 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -2174,6 +2174,7 @@ static struct hda_board_config alc880_cfg_tbl[] = {
{ .modelname = "lg", .config = ALC880_LG },
{ .pci_subvendor = 0x1854, .pci_subdevice = 0x003b, .config = ALC880_LG },
+ { .pci_subvendor = 0x1854, .pci_subdevice = 0x0068, .config = ALC880_LG },
{ .modelname = "lg-lw", .config = ALC880_LG_LW },
{ .pci_subvendor = 0x1854, .pci_subdevice = 0x0018, .config = ALC880_LG_LW },