commit | 0d00a52182be985bfae67d407ee81fefe448a0fd | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Fri Feb 20 10:29:13 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Sat Mar 07 15:04:30 2015 +0000 |
tree | d7bd4ac0adcab3d4c940e0e63f9753a23df8d8fc | |
parent | aaf4fce019ecd55a2d93b6111525deeef300f751 [diff] |
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>