aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Lee <[email protected]>2020-07-24 17:56:44 +0900
committerMark Brown <[email protected]>2020-07-24 15:22:34 +0100
commit62f2c7797de376e39bca5630a0f80209ffb4c70f (patch)
treeac7555022402f2ecf7bfacad54effe5db076fd5d
parentaa785705685e583215f598bc538703388267e76e (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/max98390.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98390.h b/sound/soc/codecs/max98390.h
index 5f444e7779b0..dff884f68e3e 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 {