aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-09-06 10:03:11 -0400
committerJaroslav Kysela <perex@suse.cz>2006-09-23 04:46:37 -0400
commitcd417d4fe89638a2848980cb389b9781d4913173 (patch)
tree5b8807717f6079c6dd50a18ac0ed315353aae10d
parent9d19f48cfe2570562c2c6226780a7ca627b0f1f1 (diff)
[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>
-rw-r--r--Documentation/sound/alsa/ALSA-Configuration.txt2
-rw-r--r--sound/pci/hda/patch_realtek.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index a788dd7bc790..1b749947233c 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -785,7 +785,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
785 uniwill 3-jack 785 uniwill 3-jack
786 F1734 2-jack 786 F1734 2-jack
787 lg LG laptop (m1 express dual) 787 lg LG laptop (m1 express dual)
788 lg-lw LG LW20 laptop 788 lg-lw LG LW20/LW25 laptop
789 tcl TCL S700 789 tcl TCL S700
790 clevo Clevo laptops (m520G, m665n) 790 clevo Clevo laptops (m520G, m665n)
791 test for testing/debugging purpose, almost all controls can be 791 test for testing/debugging purpose, almost all controls can be
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 65903812b307..d037051b66b4 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[] = {
2270 2270
2271 { .modelname = "lg-lw", .config = ALC880_LG_LW }, 2271 { .modelname = "lg-lw", .config = ALC880_LG_LW },
2272 { .pci_subvendor = 0x1854, .pci_subdevice = 0x0018, .config = ALC880_LG_LW }, 2272 { .pci_subvendor = 0x1854, .pci_subdevice = 0x0018, .config = ALC880_LG_LW },
2273 { .pci_subvendor = 0x1854, .pci_subdevice = 0x0077, .config = ALC880_LG_LW },
2273 2274
2274#ifdef CONFIG_SND_DEBUG 2275#ifdef CONFIG_SND_DEBUG
2275 { .modelname = "test", .config = ALC880_TEST }, 2276 { .modelname = "test", .config = ALC880_TEST },