]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: samsung: Drop usage of struct s3c_dma_params from spdif.c
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 4 Aug 2016 09:30:30 +0000 (11:30 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:55:20 +0000 (11:55 +0100)
commit2b6583457d9f2d5cc5d99243aa115c5fa958a7ad
tree9afc6f4b3ec9227382a00af7edbcb6bc15de2485
parent996d81e167de8a20acabae66c1d0db481b40fbbe
ASoC: samsung: Drop usage of struct s3c_dma_params from spdif.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/spdif.c