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>
This commit is contained in:
parent
75a08ec8c3
commit
50f1670145
@ -39,8 +39,6 @@ static struct acp_resource rsrc = {
|
||||
.irqp_used = 1,
|
||||
.soc_mclk = true,
|
||||
.irq_reg_offset = 0x1a00,
|
||||
.i2s_pin_cfg_offset = 0x1440,
|
||||
.i2s_mode = 0x0a,
|
||||
.scratch_reg_offset = 0x12800,
|
||||
.sram_pte_offset = 0x03802800,
|
||||
};
|
||||
|
@ -32,8 +32,6 @@ static struct acp_resource rsrc = {
|
||||
.no_of_ctrls = 1,
|
||||
.irqp_used = 0,
|
||||
.irq_reg_offset = 0x1800,
|
||||
.i2s_pin_cfg_offset = 0x1400,
|
||||
.i2s_mode = 0x04,
|
||||
.scratch_reg_offset = 0x12800,
|
||||
.sram_pte_offset = 0x02052800,
|
||||
};
|
||||
|
@ -55,8 +55,6 @@ static struct acp_resource rsrc = {
|
||||
.irqp_used = 1,
|
||||
.soc_mclk = true,
|
||||
.irq_reg_offset = 0x1a00,
|
||||
.i2s_pin_cfg_offset = 0x1440,
|
||||
.i2s_mode = 0x0a,
|
||||
.scratch_reg_offset = 0x12800,
|
||||
.sram_pte_offset = 0x03802800,
|
||||
};
|
||||
|
@ -31,8 +31,6 @@ static struct acp_resource rsrc = {
|
||||
.irqp_used = 1,
|
||||
.soc_mclk = true,
|
||||
.irq_reg_offset = 0x1a00,
|
||||
.i2s_pin_cfg_offset = 0x1440,
|
||||
.i2s_mode = 0x0a,
|
||||
.scratch_reg_offset = 0x12800,
|
||||
.sram_pte_offset = 0x03802800,
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user