]> git.baikalelectronics.ru Git - kernel.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)
commit7a9634d8b048b0041520241d0dbeb6e86e7532ce
tree91ca3f29fa3ed10492994a5cb03cc66f517c2443
parentdfaf74c58401bbf339bc6ac18d8bdad689710a31
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