diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2009-01-22 20:38:42 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-23 08:05:02 +0100 |
commit | 87e88a746d6d93242c15e380dc8cd2579b524974 (patch) | |
tree | 74816208f4a468a3d9e0457f3fcd7bd64f4773be /sound | |
parent | e0c0e943af71c0f840a1f6a32a8cf0b61ebc61e5 (diff) | |
download | linux-3.10-87e88a746d6d93242c15e380dc8cd2579b524974.tar.gz linux-3.10-87e88a746d6d93242c15e380dc8cd2579b524974.tar.bz2 linux-3.10-87e88a746d6d93242c15e380dc8cd2579b524974.zip |
ALSA: hda: revert change to 92hd83xxx power mapping
Port 0xe power mapping was incorrect set to 0x80 changed to the correct
value 0x40.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index c1635a188f4..c553fdb2b14 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -334,7 +334,7 @@ static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = { }; static unsigned int stac92hd83xxx_pwr_mapping[4] = { - 0x03, 0x0c, 0x20, 0x80, + 0x03, 0x0c, 0x20, 0x40, }; static hda_nid_t stac92hd83xxx_amp_nids[1] = { |