From: Steve Lee Date: Fri, 24 Jul 2020 08:56:44 +0000 (+0900) Subject: ASoC: max98390: update dsm param bin max size X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=62f2c7797de376e39bca5630a0f80209ffb4c70f;p=linux.git ASoC: max98390: update dsm param bin max size MAX98390_DSM_PARAM_MAX_SIZE is changed to support extended register update. Signed-off-by: Steve Lee Link: https://lore.kernel.org/r/20200724085644.9837-1-steves.lee@maximintegrated.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98390.h b/sound/soc/codecs/max98390.h index 5f444e7779b0a..dff884f68e3e9 100644 --- a/sound/soc/codecs/max98390.h +++ b/sound/soc/codecs/max98390.h @@ -650,7 +650,7 @@ /* DSM register offset */ #define MAX98390_DSM_PAYLOAD_OFFSET 16 -#define MAX98390_DSM_PARAM_MAX_SIZE 770 +#define MAX98390_DSM_PARAM_MAX_SIZE 1024 #define MAX98390_DSM_PARAM_MIN_SIZE 670 struct max98390_priv {