Re: [PATCH 11/21] ASoC: sun4i-i2s: Use the actual format width instead of an hardcoded one

From: Mark Brown
Date: Tue Aug 20 2019 - 13:39:08 EST


On Mon, Aug 19, 2019 at 09:25:18PM +0200, Maxime Ripard wrote:

> regmap_update_bits(i2s->regmap, SUN4I_I2S_FMT0_REG,
> SUN8I_I2S_FMT0_LRCK_PERIOD_MASK,
> - SUN8I_I2S_FMT0_LRCK_PERIOD(32));
> + SUN8I_I2S_FMT0_LRCK_PERIOD(params_physical_width(params)));

This doesn't build for me:

In file included from sound/soc/sunxi/sun4i-i2s.c:16:
sound/soc/sunxi/sun4i-i2s.c: In function âsun4i_i2s_set_clk_rateâ:
sound/soc/sunxi/sun4i-i2s.c:360:57: error: âparamsâ undeclared (first use in this function); did you mean âparameqâ?
SUN8I_I2S_FMT0_LRCK_PERIOD(params_physical_width(params)));
^~~~~~
./include/linux/regmap.h:75:42: note: in definition of macro âregmap_update_bitsâ
regmap_update_bits_base(map, reg, mask, val, NULL, false, false)
^~~
sound/soc/sunxi/sun4i-i2s.c:360:8: note: in expansion of macro âSUN8I_I2S_FMT0_LRCK_PERIODâ
SUN8I_I2S_FMT0_LRCK_PERIOD(params_physical_width(params)));

Attachment: signature.asc
Description: PGP signature