diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-09-06 16:03:11 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 10:46:37 +0200 |
commit | cd417d4fe89638a2848980cb389b9781d4913173 (patch) | |
tree | 5b8807717f6079c6dd50a18ac0ed315353aae10d /sound | |
parent | 9d19f48cfe2570562c2c6226780a7ca627b0f1f1 (diff) | |
download | linux-3.10-cd417d4fe89638a2848980cb389b9781d4913173.tar.gz linux-3.10-cd417d4fe89638a2848980cb389b9781d4913173.tar.bz2 linux-3.10-cd417d4fe89638a2848980cb389b9781d4913173.zip |
[ALSA] hda-codec - Add support for LG LW25 laptop
Added the support for LG LW25 laptop with ALC880 codec.
It's the same codec model as LG LW20 (model=lg-lw).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 65903812b30..d037051b66b 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -2270,6 +2270,7 @@ static struct hda_board_config alc880_cfg_tbl[] = { { .modelname = "lg-lw", .config = ALC880_LG_LW }, { .pci_subvendor = 0x1854, .pci_subdevice = 0x0018, .config = ALC880_LG_LW }, + { .pci_subvendor = 0x1854, .pci_subdevice = 0x0077, .config = ALC880_LG_LW }, #ifdef CONFIG_SND_DEBUG { .modelname = "test", .config = ALC880_TEST }, |