projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0c0e94
)
ALSA: hda: revert change to 92hd83xxx power mapping
author
Matthew Ranostay
<mranostay@embeddedalley.com>
Fri, 23 Jan 2009 01:38:42 +0000
(20:38 -0500)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 23 Jan 2009 07:05:02 +0000
(08:05 +0100)
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>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index c1635a188f4184373277fc1b64b68f5ca6c2a04f..c553fdb2b149d9184e3f6e7a1fff3124317ad6a7 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, 0x20, 0x
8
0,
+ 0x03, 0x0c, 0x20, 0x
4
0,
};
static hda_nid_t stac92hd83xxx_amp_nids[1] = {