projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de686d
)
ALSA: hda: fix invalid power mapping masks
author
Matthew Ranostay
<mranostay@embeddedalley.com>
Sat, 17 Jan 2009 23:47:27 +0000
(18:47 -0500)
committer
Takashi Iwai
<tiwai@suse.de>
Sun, 18 Jan 2009 10:03:51 +0000
(11:03 +0100)
Fixed invalid power mappings for ports 0xd and 0xe on 93hd83xxx codecs.
They were shifted right one too many bits.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index
faef1ca
..
a4d4afe
100644
(file)
--- 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, 0x
10, 0x4
0,
+ 0x03, 0x0c, 0x
20, 0x8
0,
};
static hda_nid_t stac92hd83xxx_amp_nids[1] = {