diff options
author | Jiang Zhe <zhe.jiang@intel.com> | 2007-11-12 06:43:37 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:21 -0500 |
commit | 7f9310c1c98abfd85d070f9122695901531e48a4 (patch) | |
tree | 284ba193da9b75e583d3b5aeaf0b0fff4925b853 /sound/pci/hda/patch_sigmatel.c | |
parent | 27caac81f33c85bfc745c75a8bc1f8107077ef56 (diff) |
[ALSA] hda-codec - Update dell-m82 model pin config
Updated dell-m82 model pin config table. The old config doesn't work
with Dell 1210 and co.
Signed-off-by: Jiang Zhe <zhe.jiang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index ee746179e469..e02d3bac2096 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -932,8 +932,8 @@ static unsigned int dell_922x_m81_pin_configs[10] = { | |||
932 | 102801D7 (Dell XPS M1210) | 932 | 102801D7 (Dell XPS M1210) |
933 | */ | 933 | */ |
934 | static unsigned int dell_922x_m82_pin_configs[10] = { | 934 | static unsigned int dell_922x_m82_pin_configs[10] = { |
935 | 0x0221121f, 0x408103ff, 0x02111212, 0x90100310, | 935 | 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310, |
936 | 0x408003f1, 0x02111211, 0x03451340, 0x40c003f2, | 936 | 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2, |
937 | 0x508003f3, 0x405003f4, | 937 | 0x508003f3, 0x405003f4, |
938 | }; | 938 | }; |
939 | 939 | ||