diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-06-10 15:40:49 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-06-10 15:40:49 +0200 |
commit | a4f55d927d33accd6eb535ce0db031e2df47714a (patch) | |
tree | 658bd5888350934590cc37157cc60a06eb7ce693 /sound/soc/codecs/max98390.h | |
parent | ALSA: pcm: disallow linking stream to itself (diff) | |
parent | Merge series "ASoC: Fix dailink checks for DPCM" from Pierre-Louis Bossart <p... (diff) | |
download | linux-a4f55d927d33accd6eb535ce0db031e2df47714a.tar.xz linux-a4f55d927d33accd6eb535ce0db031e2df47714a.zip |
Merge tag 'asoc-fix-v5.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.8
A small pile of fixes that came in during the merge window, the DPCM
fixes from Pierre are the most notable thing here.
Diffstat (limited to 'sound/soc/codecs/max98390.h')
-rw-r--r-- | sound/soc/codecs/max98390.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98390.h b/sound/soc/codecs/max98390.h index f59cb114d957..5f444e7779b0 100644 --- a/sound/soc/codecs/max98390.h +++ b/sound/soc/codecs/max98390.h @@ -650,7 +650,8 @@ /* DSM register offset */ #define MAX98390_DSM_PAYLOAD_OFFSET 16 -#define MAX98390_DSM_PAYLOAD_OFFSET_2 495 +#define MAX98390_DSM_PARAM_MAX_SIZE 770 +#define MAX98390_DSM_PARAM_MIN_SIZE 670 struct max98390_priv { struct regmap *regmap; |