ASoC: fsl_ssi: Replace fsl_ssi_rxtx_reg_val with fsl_ssi_regvals
authorNicolin Chen <nicoleotsuka@gmail.com>
Mon, 18 Dec 2017 02:52:08 +0000 (18:52 -0800)
committerMark Brown <broonie@kernel.org>
Tue, 19 Dec 2017 09:24:57 +0000 (09:24 +0000)
commit2474e4037c4e3fe8b4fe4ab37232973d9b17a573
tree8d8e378af599eabe19ceaa4bb3a5c09520a23d62
parentff4adb090066c1636a43b88a497c34d2bd2312ec
ASoC: fsl_ssi: Replace fsl_ssi_rxtx_reg_val with fsl_ssi_regvals

The name fsl_ssi_rxtx_reg_val is too long to read comfortably.
So this patch shortens it by using an array (fsl_ssi_regvals,
renamed from fsl_ssi_reg_val). To do that, it also introduces
two macros (TX and RX) to replace the wrapper structure. This
will also help further cleanups.

Meanwhile, it unifies all local variable with the name "vals"
to get rid of the name "reg" -- could be confusing with "regs"
in the private struct for regmap.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Tested-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Reviewed-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Acked-by: Timur Tabi <timur@tabi.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_ssi.c
sound/soc/fsl/fsl_ssi.h