Re: [PATCH] ASoC: cros_ec_codec: allocate shash_desc dynamically

2020-05-08 Thread Mark Brown
On Thu, 7 May 2020 23:33:51 +0200, Arnd Bergmann wrote: > The wov_hotword_model_put() function has multiple large variables on > its stack, the largest of which is the result of SHASH_DESC_ON_STACK(). > In total, this exceeds the warning limit for 32-bit architectures: > > sound/soc/codecs/cros_ec

Re: [PATCH] ASoC: cros_ec_codec: allocate shash_desc dynamically

2020-05-08 Thread Tzung-Bi Shih
On Fri, May 8, 2020 at 5:34 AM Arnd Bergmann wrote: > Fixes: b6bc07d4360d ("ASoC: cros_ec_codec: support WoV") > Signed-off-by: Arnd Bergmann Reviewed-by: Tzung-Bi Shih LGTM. Thanks for the fix.