Skip to content

Commit

Permalink
ASoC: max98390: update dsm param bin max size
Browse files Browse the repository at this point in the history
 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]>
steveslee authored and broonie committed Jul 24, 2020

Verified

This commit was signed with the committer’s verified signature.
broonie Mark Brown
1 parent aa78570 commit 62f2c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/max98390.h
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit 62f2c77

Please sign in to comment.