[PATCH 0/2] soundwire: cadence: remove dma_data

From: Bard Liao
Date: Mon Oct 31 2022 - 22:30:39 EST


The use of dma_data is problematic for two reasons for the Cadence IP.
a) the dai runtime data has nothing to do with DMAs in existing solutions
b) we will use the dma_data for DMA-management in the future. We cannot
share two separate pieces of information with the same dma_data pointer.

Pierre-Louis Bossart (2):
soundwire: cadence: rename sdw_cdns_dai_dma_data as
sdw_cdns_dai_runtime
soundwire: cadence: use dai_runtime_array instead of dma_data

drivers/soundwire/cadence_master.c | 50 +++++++------
drivers/soundwire/cadence_master.h | 9 ++-
drivers/soundwire/intel.c | 111 ++++++++++++++---------------
3 files changed, 86 insertions(+), 84 deletions(-)

--
2.25.1