]> git.karo-electronics.de Git - linux-beck.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)
commit0d00a52182be985bfae67d407ee81fefe448a0fd
treed7bd4ac0adcab3d4c940e0e63f9753a23df8d8fc
parentaaf4fce019ecd55a2d93b6111525deeef300f751
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