mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
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>
This commit is contained in:
parent
e0c0e943af
commit
87e88a746d
@ -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] = {
|
||||
|
Loading…
Reference in New Issue
Block a user