]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: use union with rsnd_dmaen / rsnd_dmapp
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 20 Feb 2015 10:29:13 +0000 (10:29 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 7 Mar 2015 15:04:30 +0000 (15:04 +0000)
commit15065cc2289f2f7f4520248d5cf597246d91cd6f
treed7bd4ac0adcab3d4c940e0e63f9753a23df8d8fc
parent59caa26ce058479466c8bf20946773b7d816152d
ASoC: rsnd: use union with rsnd_dmaen / rsnd_dmapp

Renesas R-Car needs 2 DMACs.1st DMAC is DMAEngine, and 2nd DMAC is
implemented as local code. These 2 DMACs are never shared.
We can use union for these.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/dma.c
sound/soc/sh/rcar/rsnd.h