projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45aa83c
)
ASoC: amd: ps: remove unused variable
author
Vijendar Mukunda
<Vijendar.Mukunda@amd.com>
Wed, 4 Jan 2023 05:54:31 +0000
(11:24 +0530)
committer
Mark Brown
<broonie@kernel.org>
Thu, 5 Jan 2023 11:15:34 +0000
(11:15 +0000)
Remove unused acp63_audio_mode variable.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link:
https://lore.kernel.org/r/20230104055435.321327-3-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/ps/acp63.h
patch
|
blob
|
history
diff --git
a/sound/soc/amd/ps/acp63.h
b/sound/soc/amd/ps/acp63.h
index e0160cbf5447afa7b37e6662d63420270701472e..b7535c7d093f5e46693ea12e1baeb556e47956b6 100644
(file)
--- a/
sound/soc/amd/ps/acp63.h
+++ b/
sound/soc/amd/ps/acp63.h
@@
-105,7
+105,6
@@
static inline void acp63_writel(u32 val, void __iomem *base_addr)
struct acp63_dev_data {
void __iomem *acp63_base;
struct resource *res;
- bool acp63_audio_mode;
struct platform_device *pdev[ACP63_DEVS];
struct mutex acp_lock; /* protect shared registers */
u16 pdev_mask;