projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b6180c
)
ASoC: amd: acp: change acp power on mask macro value
author
Syed Saba Kareem
<Syed.SabaKareem@amd.com>
Sat, 21 Oct 2023 14:50:52 +0000
(20:20 +0530)
committer
Mark Brown
<broonie@kernel.org>
Wed, 25 Oct 2023 16:21:53 +0000
(17:21 +0100)
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>
sound/soc/amd/acp/amd.h
patch
|
blob
|
history
diff --git
a/sound/soc/amd/acp/amd.h
b/sound/soc/amd/acp/amd.h
index e3bb470d1f326ba64aa84d86cfd7ecaeba516756..937ce13c7d40be6698ce360fcfe959b272fbabe0 100644
(file)
--- a/
sound/soc/amd/acp/amd.h
+++ b/
sound/soc/amd/acp/amd.h
@@
-101,7
+101,7
@@
#define ACP_SOFT_RST_DONE_MASK 0x00010001
-#define ACP_PGFSM_CNTL_POWER_ON_MASK 0x
01
+#define ACP_PGFSM_CNTL_POWER_ON_MASK 0x
ffffffff
#define ACP_PGFSM_CNTL_POWER_OFF_MASK 0x00
#define ACP_PGFSM_STATUS_MASK 0x03
#define ACP_POWERED_ON 0x00