lkml.org 
[lkml]   [2012]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH V3 0/2] ASoC: Move pcm writecombine dma buffer allocation to core
Date
Some of the ARM based soc allocate the writecombine dma buffer for
pcm substreams. They have the same codes for managing this buffer.
Moving this to the core/pcm memory librray so that they can use that
directly.

Remove the code from Tegra PCM and use these new feature from library
function.

This is enabled only for ARM specific and can be extended to other
architecture if they support the writecombine dma buffer.

This patch is based on detail discussion on patch:
[PATCH] ASoC: snd_dmaengine: add common api for pcm_mmap
And suggestion from Lars and Takashi.

Changes from V1:
Takashi had send the sample code to integrate the writecombine with
dma coherant and this is based on that code.
Also change the tegra-pcm driver accordingly.

Changes from V2:
- Added some more comment for WAR for ARM specific.
- remove mmap initialization from tegra_pcm.
- Put back the dma mask initialisation in tegra_pcm.


Laxman Dewangan (2):
ALSA: Support writecombine DMA buffer memory page alloc/free
ASoC: tegra: use sound pcm library for substream dma buffer

include/sound/memalloc.h | 1 +
sound/core/memalloc.c | 70 ++++++++++++++++++++++++---
sound/core/pcm_native.c | 10 ++++
sound/soc/tegra/tegra_pcm.c | 112 ++++++++++--------------------------------
4 files changed, 100 insertions(+), 93 deletions(-)



\
 
 \ /
  Last update: 2012-07-02 15:41    [W:0.055 / U:0.224 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site