git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd0155
)
ASoC: rsnd: enable DVC when capture
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Mon, 23 Jun 2014 00:57:04 +0000
(17:57 -0700)
committer
Mark Brown
<broonie@linaro.org>
Sat, 28 Jun 2014 13:41:19 +0000
(14:41 +0100)
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 <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/sh/rcar/dvc.c
patch
|
blob
|
history
diff --cc
sound/soc/sh/rcar/dvc.c
Simple merge