Skip to content

Commit 62f2c77

Browse files
stevesleebroonie
authored andcommitted
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]>
1 parent aa78570 commit 62f2c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/max98390.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650

651651
/* DSM register offset */
652652
#define MAX98390_DSM_PAYLOAD_OFFSET 16
653-
#define MAX98390_DSM_PARAM_MAX_SIZE 770
653+
#define MAX98390_DSM_PARAM_MAX_SIZE 1024
654654
#define MAX98390_DSM_PARAM_MIN_SIZE 670
655655

656656
struct max98390_priv {

0 commit comments

Comments
 (0)