Re: [PATCH V2 1/4] ASoC: codecs: Add code for bin parsing compatible with aw88261

From: Krzysztof Kozlowski
Date: Tue Jul 25 2023 - 08:24:42 EST


On 25/07/2023 13:56, wangweidong.a@xxxxxxxxxx wrote:
> From: Weidong Wang <wangweidong.a@xxxxxxxxxx>
>
> Add the awinic,aw88261 property to the awinic,aw88395.yaml file
> Add aw88395_lib.c file compatible with aw88261 bin file parsing code
>
> Signed-off-by: Weidong Wang <wangweidong.a@xxxxxxxxxx>
> ---
> .../bindings/sound/awinic,aw88395.yaml | 4 +-
> sound/soc/codecs/aw88395/aw88395_lib.c | 194 ++++++++++++++++--
> sound/soc/codecs/aw88395/aw88395_reg.h | 1 +
> 3 files changed, 181 insertions(+), 18 deletions(-)

Bindings are always separate patches.

Please run scripts/checkpatch.pl and fix reported warnings. Some
warnings can be ignored, but the code here looks like it needs a fix.
Feel free to get in touch if the warning is not clear.

Best regards,
Krzysztof