ASoC: SOF: intel: Do no initialize resindex_dma_base
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Wed, 15 Sep 2021 06:55:40 +0000 (09:55 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 15 Sep 2021 12:10:12 +0000 (13:10 +0100)
commit7e7d5ffa37e34ec2a6e8aa2e1fd846fb296fc8a1
tree3ca8e2ae2a79df46f42e4f2f7bcd622589734c39
parent1e5dd2b9d63f8b6d1ccb8f0ca97f5daf5e2d720c
ASoC: SOF: intel: Do no initialize resindex_dma_base

.resindex_dma_base is not used by the code and in all instances it is set
to -1.
To make it possible to remove it from the sof_dev_desc struct, first remove
all references from the intel drivers (initialization).

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20210915065541.1178-2-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/pci-apl.c
sound/soc/sof/intel/pci-cnl.c
sound/soc/sof/intel/pci-icl.c
sound/soc/sof/intel/pci-tgl.c
sound/soc/sof/intel/pci-tng.c