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 <Syed.SabaKareem@amd.com> Link: https://lore.kernel.org/r/20231021145110.478744-11-Syed.SabaKareem@amd.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 1b6180c commit caa126f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)