aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijendar Mukunda <[email protected]>2023-01-04 11:24:31 +0530
committerMark Brown <[email protected]>2023-01-05 11:15:34 +0000
commit948f317fac06f8c0e2dea8c37f5ae5ee10514034 (patch)
tree0a41c6a24b30afdb69054da020e2bfe5ffaffb21
parent45aa83cb93885d406c178498623b01cf128ca233 (diff)
ASoC: amd: ps: remove unused variable
Remove unused acp63_audio_mode variable. Signed-off-by: Vijendar Mukunda <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/amd/ps/acp63.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/amd/ps/acp63.h b/sound/soc/amd/ps/acp63.h
index e0160cbf5447..b7535c7d093f 100644
--- 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;