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>
Tue, 18 Nov 2014 02:59:50 +0000 (11:59 +0900)
commitbfbbc0039064af86a7dd4065161dc7d5b126b164
tree73d566068138597697b99701e8b4893acb935d6c
parent10917ffe7f4142ad66b8f6c0f4ff66a52cd577ff
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