diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-18 11:06:37 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-18 11:06:37 +0100 |
commit | a3aaebc4b006e9405cddd553d8a75a531e6f01a8 (patch) | |
tree | ef0a48a5bafd33b503f1e705041cb59f3b381cc2 /sound | |
parent | 9177b42bd7ce4fd1f7eef6d80221db1b148c973b (diff) | |
parent | 989738c4f82126207b9e04c9395b78e544f3d33c (diff) | |
download | linux-3.10-a3aaebc4b006e9405cddd553d8a75a531e6f01a8.tar.gz linux-3.10-a3aaebc4b006e9405cddd553d8a75a531e6f01a8.tar.bz2 linux-3.10-a3aaebc4b006e9405cddd553d8a75a531e6f01a8.zip |
Merge branch 'topic/hda' into for-linus
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 faef1ca8660..a4d4afe6b4f 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] = { |