linux/sound/soc/sh/rcar
Kuninori Morimoto b7169ddea2
ASoC: rsnd: remove RSND_REG_ from rsnd_reg
Current rsnd is using RSND_REG_xxx for register naming,
and using RSND_REG_##f style macro for read/write.
The biggest reason why it uses this style is that
we can avoid non-existing register access.
But, its demerit is sequential register access code will
be very ugly.
Current rsnd driver is well tested, so, let's remove RSND_REG_
from rsnd_reg, and cleanup sequential register access code.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-12-12 16:17:45 +00:00
..
adg.c ASoC: rsnd: remove RSND_REG_ from rsnd_reg 2018-12-12 16:17:45 +00:00
cmd.c ASoC: rsnd: move .get_status under rsnd_mod_ops 2018-11-05 11:27:29 +00:00
core.c ASoC: rsnd: add missing TDM Split mode support for simple-card 2018-12-04 15:51:12 +00:00
ctu.c ASoC: rsnd: remove RSND_REG_ from rsnd_reg 2018-12-12 16:17:45 +00:00
dma.c ASoC: rsnd: add SSIU BUSIF support 2018-11-06 17:40:10 +00:00
dvc.c ASoC: rsnd: remove RSND_REG_ from rsnd_reg 2018-12-12 16:17:45 +00:00
gen.c ASoC: rsnd: remove RSND_REG_ from rsnd_reg 2018-12-12 16:17:45 +00:00
Makefile ASoC: rsnd: convert to SPDX identifiers 2018-06-18 12:16:46 +01:00
mix.c ASoC: rsnd: move .get_status under rsnd_mod_ops 2018-11-05 11:27:29 +00:00
rsnd.h ASoC: rsnd: remove RSND_REG_ from rsnd_reg 2018-12-12 16:17:45 +00:00
src.c ASoC: rsnd: handle DPCM converted rate/chan under core 2018-11-06 17:39:35 +00:00
ssi.c ASoC: rsnd: indicates Channel and Mode for debug 2018-12-04 15:48:35 +00:00
ssiu.c ASoC: rsnd: remove RSND_REG_ from rsnd_reg 2018-12-12 16:17:45 +00:00