Re: [PATCH] ASoC: sst-bxt-da7219_max98357a: fix obsoleted initializer for array

From: Vinod Koul
Date: Tue Oct 18 2016 - 09:48:02 EST


On Mon, Oct 17, 2016 at 11:02:56PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Smatch reports below warnings:
>
> bxt_da7219_max98357a.c:352:9: warning: obsolete array initializer,
> use C99 syntax
>
> An earlier commit cleaned up similar warnings, however, a recent
> commit 43c02ede76a60de ("ASoC: Intel: Add DMIC channel constraint for
> bxt machine") re-introduced the older initializer style. So fix
> this warning to make the code consistent.

Acked-by: Vinod Koul <vinod.koul@xxxxxxxxx>

--
~Vinod