3 Jul
2013
3 Jul
'13
10:37 a.m.
This patch set is based on linux next-20130701
mainly implement - move set dma data from hw_params to startup callback to avoid memory leak - align atmel pcm with generic dmaenigne framwork
Bo Shen (5): ASoC: atmel_ssc_dai: move set dma data to startup callback ASoC: atmel_ssc_dai: add error mask define ASoC: atmel-pcm-dma: move prepare for dma to dai prepare ARM: atmel-ssc: change phybase type to dma_addr_t ASoC: atmel-pcm: use generic dmaengine framework
include/linux/atmel-ssc.h | 2 +- sound/soc/atmel/Kconfig | 1 + sound/soc/atmel/atmel-pcm-dma.c | 118 ++++++--------------------------------- sound/soc/atmel/atmel_ssc_dai.c | 36 ++++++------ 4 files changed, 37 insertions(+), 120 deletions(-)
--
1.7.9.5