ASoC: xilinx: xlnx_i2s: create drvdata structure
authorRobert Hancock <robert.hancock@calian.com>
Thu, 20 Jan 2022 19:58:28 +0000 (13:58 -0600)
committerMark Brown <broonie@kernel.org>
Mon, 24 Jan 2022 19:45:36 +0000 (19:45 +0000)
commit5e46c63ca22278fe363dfd9f5360c2e2ad082087
treebf13145b4007ea8a0b2f09ef4dfa8db68673a96a
parent1c5091fbe7e0d0804158200b7feac5123f7b4fbd
ASoC: xilinx: xlnx_i2s: create drvdata structure

An upcoming change will require storing additional driver data other
than the memory base address. Create a drvdata structure and use that
rather than storing the raw base address pointer.

Signed-off-by: Robert Hancock <robert.hancock@calian.com>
Link: https://lore.kernel.org/r/20220120195832.1742271-3-robert.hancock@calian.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/xilinx/xlnx_i2s.c