Re: [PATCH] ASoC: codecs: ad193x: Use regmap_multi_reg_write() when initializing

2019-07-10 Thread Tzung-Bi Shih
On Wed, Jul 10, 2019 at 6:51 PM Codrin Ciubotariu wrote: > > Using regmap_multi_reg_write() when we set the default values for our > registers makes the code smaller and easier to read. > > Suggested-by: Tzung-Bi Shih > Signed-off-by: Codrin Ciubotariu Reviewed-by: Tzung-Bi Shih LGTM. Thanks.

[PATCH] ASoC: codecs: ad193x: Use regmap_multi_reg_write() when initializing

2019-07-10 Thread Codrin Ciubotariu
Using regmap_multi_reg_write() when we set the default values for our registers makes the code smaller and easier to read. Suggested-by: Tzung-Bi Shih Signed-off-by: Codrin Ciubotariu --- sound/soc/codecs/ad193x.c | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-) diff