]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: rsnd: PIO related function cleanup
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 11 Dec 2017 02:40:22 +0000 (02:40 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 11 Dec 2017 12:05:03 +0000 (12:05 +0000)
commitd8d9b9730cd62c9c7d24d5277542da98c09ea728
tree91ca3f29fa3ed10492994a5cb03cc66f517c2443
parent41acc8ec04f32abb16e035ca1c9fe4d52819601e
ASoC: rsnd: PIO related function cleanup

SSI had shared counting pointer position method between PIO/DMA mode
before. But now DMA mode is using DMAEngine feature to get it.
Thus, this counting pointer position method is needed for only PIO mode.
We don't need to share code anymore.
This patch names PIO related functions as rsnd_ssi_pio_xxx(), and
merged/cleanuped each feature.

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