diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2024-06-17 12:58:38 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-06-21 13:18:06 +0100 |
commit | 50f1670145392398f4f2ffe9abe4599c86d11ec2 (patch) | |
tree | 5b93f570b880ea730d6a86fb85a42402d9bca716 /sound/soc/amd/acp/amd.h | |
parent | 75a08ec8c3a6aef914235c409a99046a3d29d1d4 (diff) |
ASoC: amd: acp: remove unused variables from acp_resource structure
Remove unused variables i2s_pin_cfg_offset and i2s_mode from acp_resource
structure entries.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://patch.msgid.link/20240617072844.871468-5-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/acp/amd.h')
-rw-r--r-- | sound/soc/amd/acp/amd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/amd/acp/amd.h b/sound/soc/amd/acp/amd.h index d75b4eb34de8..cbf9ca26f3ee 100644 --- a/sound/soc/amd/acp/amd.h +++ b/sound/soc/amd/acp/amd.h @@ -162,8 +162,6 @@ struct acp_resource { int irqp_used; bool soc_mclk; u32 irq_reg_offset; - u32 i2s_pin_cfg_offset; - int i2s_mode; u64 scratch_reg_offset; u64 sram_pte_offset; }; |