All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: davinci-mcasp/edma: Switch AM335x/43xx to edma-pcm
@ 2014-07-16 12:12 Peter Ujfalusi
  2014-07-16 12:12 ` [PATCH 1/3] ASoC: edma-pcm: Remove PCM_INFO_BATCH and add PCM_INFO_NO_PERIOD_WAKEUP flag Peter Ujfalusi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Peter Ujfalusi @ 2014-07-16 12:12 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, jsarha, zonque

Hi,

This series will switch the AM335x/AM43xx SoCs to use the edma-pcm as platform
driver instead of the old davinic-pcm.
Doing this we can benefit improvements within the dmaengine driver stack and are
going to rely on standard interfaces towards the DMA.

Regards,
Peter
---
Peter Ujfalusi (3):
  ASoC: edma-pcm: Remove PCM_INFO_BATCH and add
    PCM_INFO_NO_PERIOD_WAKEUP flag
  ASoC: edma-pcm: Add empty functions for !CONFIG_SND_EDMA_SOC builds
  ASoC: davinci-mcasp: Use dmaengine based platform driver for
    AM335x/447x

 sound/soc/davinci/Kconfig         | 18 ++++++++++++++----
 sound/soc/davinci/Makefile        |  2 ++
 sound/soc/davinci/davinci-mcasp.c | 11 +++++++++--
 sound/soc/davinci/edma-pcm.c      |  2 +-
 sound/soc/davinci/edma-pcm.h      |  7 +++++++
 5 files changed, 33 insertions(+), 7 deletions(-)

-- 
2.0.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-16 21:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 12:12 [PATCH 0/3] ASoC: davinci-mcasp/edma: Switch AM335x/43xx to edma-pcm Peter Ujfalusi
2014-07-16 12:12 ` [PATCH 1/3] ASoC: edma-pcm: Remove PCM_INFO_BATCH and add PCM_INFO_NO_PERIOD_WAKEUP flag Peter Ujfalusi
2014-07-16 12:12 ` [PATCH 2/3] ASoC: edma-pcm: Add empty functions for !CONFIG_SND_EDMA_SOC builds Peter Ujfalusi
2014-07-16 12:12 ` [PATCH 3/3] ASoC: davinci-mcasp: Use dmaengine based platform driver for AM335x/447x Peter Ujfalusi
2014-07-16 14:11 ` [PATCH 0/3] ASoC: davinci-mcasp/edma: Switch AM335x/43xx to edma-pcm Daniel Mack
2014-07-16 21:09 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.