ASoC: samsung: Drop usage of struct s3c_dma_params from s3c2412-i2s.c
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 4 Aug 2016 09:30:28 +0000 (11:30 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:55:20 +0000 (11:55 +0100)
commitea37bd4df55f640b5146ac08cd377242d3042e2e
tree744d6e5ca4c4bf8698c41df511803e22bad0591b
parent8999390e40abe8099bd18299eaed96469f8aa5e1
ASoC: samsung: Drop usage of struct s3c_dma_params from s3c2412-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/s3c-i2s-v2.c
sound/soc/samsung/s3c-i2s-v2.h
sound/soc/samsung/s3c2412-i2s.c
This page took 0.025331 seconds and 5 git commands to generate.