ASoC: samsung: Drop usage of struct s3c_dma_params from i2s.c
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 4 Aug 2016 09:30:26 +0000 (11:30 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:55:20 +0000 (11:55 +0100)
commit69e7a69a2225e20503b2623fe2dcf78442ab5593
tree7f6efbeccbad56281f9afa2b4945c98e2f50d61b
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
ASoC: samsung: Drop usage of struct s3c_dma_params from i2s.c

struct s3c_dma_params already includes struct snd_dmaengine_dai_dma_data,
there is no need for such an indirection so switch to using struct
snd_dmaengine_dai_dma_data instead of struct s3c_dma_params.  This also
allows us to use snd_soc_dai_init_dma_data() function instead of the
platform specific samsung_asoc_init_dma_data helper.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/samsung/i2s.c
This page took 0.024655 seconds and 5 git commands to generate.