Skip to content

Commit caa126f

Browse files
saba-kareembroonie
authored andcommitted
ASoC: amd: acp: change acp power on mask macro value
change acp power on mask macro value so that same macro can be used for all amd platforms. Signed-off-by: Syed Saba Kareem <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 1b6180c commit caa126f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/amd/acp/amd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
#define ACP_SOFT_RST_DONE_MASK 0x00010001
103103

104-
#define ACP_PGFSM_CNTL_POWER_ON_MASK 0x01
104+
#define ACP_PGFSM_CNTL_POWER_ON_MASK 0xffffffff
105105
#define ACP_PGFSM_CNTL_POWER_OFF_MASK 0x00
106106
#define ACP_PGFSM_STATUS_MASK 0x03
107107
#define ACP_POWERED_ON 0x00

0 commit comments

Comments
 (0)