mbox series

[0/2] ASoC: SOF: Remove unused members from struct sof_dev_desc

Message ID 20210915065541.1178-1-peter.ujfalusi@linux.intel.com
Headers show
Series ASoC: SOF: Remove unused members from struct sof_dev_desc | expand

Message

Peter Ujfalusi Sept. 15, 2021, 6:55 a.m. UTC
Hi,

dma_engine, dma_size and resindex_dma_base is unused from sof_dev_desc, drop
them.

resindex_dma_base is initialized to -1 for Intel platforms, but it is not used.

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: SOF: intel: Do no initialize resindex_dma_base
  ASoC: SOF: Drop resindex_dma_base, dma_engine, dma_size from
    sof_dev_desc

 include/sound/sof.h           | 5 -----
 sound/soc/sof/intel/pci-apl.c | 2 --
 sound/soc/sof/intel/pci-cnl.c | 3 ---
 sound/soc/sof/intel/pci-icl.c | 2 --
 sound/soc/sof/intel/pci-tgl.c | 5 -----
 sound/soc/sof/intel/pci-tng.c | 1 -
 6 files changed, 18 deletions(-)

Comments

Mark Brown Sept. 15, 2021, 3:21 p.m. UTC | #1
On Wed, 15 Sep 2021 09:55:39 +0300, Peter Ujfalusi wrote:
> dma_engine, dma_size and resindex_dma_base is unused from sof_dev_desc, drop
> them.
> 
> resindex_dma_base is initialized to -1 for Intel platforms, but it is not used.
> 
> Regards,
> Peter
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: SOF: intel: Do no initialize resindex_dma_base
      commit: 7e7d5ffa37e34ec2a6e8aa2e1fd846fb296fc8a1
[2/2] ASoC: SOF: Drop resindex_dma_base, dma_engine, dma_size from sof_dev_desc
      commit: 2395fea7ae7f0cf6dfd37a8bb3cd9dbcf2d0e492

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark