ASoC: samsung: dma: Implement audio pause/resume callback operations
authorHuang Chao <chao7.huang@samsung.com>
Fri, 13 Jun 2014 05:28:36 +0000 (13:28 +0800)
committerChanho Park <chanho61.park@samsung.com>
Thu, 7 Aug 2014 06:16:07 +0000 (15:16 +0900)
commit68ca6a1883ce772a98496ad73479cbae88208478
treeea2bdd3028f5505926b883e71c826f1db540ebc1
parentd12b55a1649942a9aa21ca8d3852f2d5bb510acb
ASoC: samsung: dma: Implement audio pause/resume callback operations

When the dma operations get called from audio platform driver, and
users want to pause or resume the audio pcm stream when playback music,
there should be the related pause and release callback operations for
such requirements. This patch just implements the audio pause/resume
callback operations by simply call the corresponding functions from
the dma engine subsystem.

Change-Id: Ifed8d2acf1cbc09f1bd5d37151dcf74255b20da0
Signed-off-by: Huang Chao <chao7.huang@samsung.com>
arch/arm/plat-samsung/dma-ops.c