[alsa-devel] [PATCH 0/7] ASoC: samsung: DMA parameters handling cleanup
Sylwester Nawrocki
s.nawrocki at samsung.com
Thu Aug 4 11:30:25 CEST 2016
The motivation for this series is to remove the s3c_dma_params
data structure and use struct snd_dmaengine_dai_dma_data instead,
which removes some kind of indirection and makes the code easier
to follow.
Sylwester Nawrocki (7):
ASoC: samsung: Drop usage of struct s3c_dma_params from i2s.c
ASoC: samsung: Drop usage of struct s3c_dma_params from s3c24xx-i2s.c
ASoC: samsung: Drop usage of struct s3c_dma_params from s3c2412-i2s.c
ASoC: samsung: Drop usage of struct s3c_dma_params from ac97.c
ASoC: samsung: Drop usage of struct s3c_dma_params from spdif.c
ASoC: samsung: Drop usage of of struct s3c_dma_params from pcm.c
ASoC: samsung: Remove unused now unused struct s3c_dma_params
sound/soc/samsung/ac97.c | 28 +++++++++++-----------
sound/soc/samsung/dma.h | 20 +++-------------
sound/soc/samsung/dmaengine.c | 31 ------------------------
sound/soc/samsung/i2s.c | 48 +++++++++++++++++++-------------------
sound/soc/samsung/idma.c | 1 -
sound/soc/samsung/pcm.c | 26 ++++++++++-----------
sound/soc/samsung/s3c-i2s-v2.c | 3 +--
sound/soc/samsung/s3c-i2s-v2.h | 4 ++--
sound/soc/samsung/s3c2412-i2s.c | 24 +++++++++----------
sound/soc/samsung/s3c24xx-i2s.c | 24 +++++++++----------
sound/soc/samsung/smdk_wm8580pcm.c | 1 -
sound/soc/samsung/smdk_wm8994pcm.c | 1 -
sound/soc/samsung/spdif.c | 12 +++++-----
13 files changed, 86 insertions(+), 137 deletions(-)
--
1.9.1
More information about the Alsa-devel
mailing list