summaryrefslogtreecommitdiff
path: root/sound/soc/amd/ps/acp63.h
diff options
context:
space:
mode:
authorVijendar Mukunda <Vijendar.Mukunda@amd.com>2023-01-04 08:54:31 +0300
committerMark Brown <broonie@kernel.org>2023-01-05 14:15:34 +0300
commit948f317fac06f8c0e2dea8c37f5ae5ee10514034 (patch)
tree0a41c6a24b30afdb69054da020e2bfe5ffaffb21 /sound/soc/amd/ps/acp63.h
parent45aa83cb93885d406c178498623b01cf128ca233 (diff)
downloadlinux-948f317fac06f8c0e2dea8c37f5ae5ee10514034.tar.xz
ASoC: amd: ps: remove unused variable
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>
Diffstat (limited to 'sound/soc/amd/ps/acp63.h')
-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;