diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2023-01-04 06:54:31 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-01-05 12:15:34 +0100 |
commit | 948f317fac06f8c0e2dea8c37f5ae5ee10514034 (patch) | |
tree | 0a41c6a24b30afdb69054da020e2bfe5ffaffb21 /sound/soc/amd/ps | |
parent | ASoC: amd: ps: use acp_lock to protect common registers in pdm driver (diff) | |
download | linux-948f317fac06f8c0e2dea8c37f5ae5ee10514034.tar.xz linux-948f317fac06f8c0e2dea8c37f5ae5ee10514034.zip |
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')
-rw-r--r-- | sound/soc/amd/ps/acp63.h | 1 |
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; |