From: Kuninori Morimoto Date: Mon, 23 Jun 2014 00:57:04 +0000 (-0700) Subject: ASoC: rsnd: enable DVC when capture X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~12^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65f459923b7926f6a7f156970d83360bd80cb169;p=pandora-kernel.git ASoC: rsnd: enable DVC when capture Current DVC can be enabled only when playback, but, this came from misunderstanding. It is not correct. DVC <-> DMA relationship is... Playback: MEM -> DMAC -> SRC -> DVC -> DMACp -> SSI Capture: SSI -> DMACp -> SRC -> DVC -> DMAC -> MEM DVC can be used for both Playback/Capture Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed