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)
committerInki Dae <inki.dae@samsung.com>
Thu, 3 Jul 2014 00:54:36 +0000 (09:54 +0900)
commit2d7c976191d052144867fa451a3c3761794efc9a
treef7338fb96e4ef00d7aaa5bbf05f5a2639bd8e469
parent721c172f166f5c691b04bd1730d73b2d7a564dbe
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