aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-01-18 11:06:37 +0100
committerTakashi Iwai <tiwai@suse.de>2009-01-18 11:06:37 +0100
commita3aaebc4b006e9405cddd553d8a75a531e6f01a8 (patch)
treeef0a48a5bafd33b503f1e705041cb59f3b381cc2 /sound
parentMerge branch 'topic/hda' into for-linus (diff)
parentALSA: hda: fix invalid power mapping masks (diff)
downloadlinux-dev-a3aaebc4b006e9405cddd553d8a75a531e6f01a8.tar.xz
linux-dev-a3aaebc4b006e9405cddd553d8a75a531e6f01a8.zip
Merge branch 'topic/hda' into for-linus
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index faef1ca86600..a4d4afe6b4fc 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, 0x10, 0x40,
+ 0x03, 0x0c, 0x20, 0x80,
};
static hda_nid_t stac92hd83xxx_amp_nids[1] = {