linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] ASoC: max98390: update dsm param bin max size
@ 2020-07-24  8:56 Steve Lee
  2020-07-24 10:50 ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Steve Lee @ 2020-07-24  8:56 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai, ckeepax, geert, rf, shumingf,
	srinivas.kandagatla, krzk, dmurphy, jack.yu, nuno.sa, steves.lee,
	linux-kernel, alsa-devel
  Cc: ryan.lee.maxim, ryans.lee, steves.lee.maxim

 MAX98390_DSM_PARAM_MAX_SIZE is changed to support extended
 register update.

Signed-off-by: Steve Lee <steves.lee@maximintegrated.com>
---
 sound/soc/codecs/max98390.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/3] ASoC: max98390: update dsm param bin max size
  2020-07-24  8:56 [PATCH 3/3] ASoC: max98390: update dsm param bin max size Steve Lee
@ 2020-07-24 10:50 ` Mark Brown
  2020-07-27  2:00   ` Steve Lee
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2020-07-24 10:50 UTC (permalink / raw)
  To: Steve Lee
  Cc: lgirdwood, perex, tiwai, ckeepax, geert, rf, shumingf,
	srinivas.kandagatla, krzk, dmurphy, jack.yu, nuno.sa,
	linux-kernel, alsa-devel, ryan.lee.maxim, ryans.lee,
	steves.lee.maxim

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

On Fri, Jul 24, 2020 at 05:56:44PM +0900, Steve Lee wrote:
>  MAX98390_DSM_PARAM_MAX_SIZE is changed to support extended
>  register update.

I'm missing patches 1-2 and have no cover letter - what's the story
with dependencies?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH 3/3] ASoC: max98390: update dsm param bin max size
  2020-07-24 10:50 ` Mark Brown
@ 2020-07-27  2:00   ` Steve Lee
  2020-07-27 13:07     ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Steve Lee @ 2020-07-27  2:00 UTC (permalink / raw)
  To: Mark Brown
  Cc: lgirdwood, perex, tiwai, ckeepax, geert, rf, shumingf,
	srinivas.kandagatla, krzk, dmurphy, jack.yu, nuno.sa,
	linux-kernel, alsa-devel, ryan.lee.maxim, Ryan Lee,
	steves.lee.maxim

> -----Original Message-----
> From: Mark Brown <broonie@kernel.org>
> Sent: Friday, July 24, 2020 7:51 PM
> To: Steve Lee <SteveS.Lee@maximintegrated.com>
> Cc: lgirdwood@gmail.com; perex@perex.cz; tiwai@suse.com;
> ckeepax@opensource.cirrus.com; geert@linux-m68k.org;
> rf@opensource.wolfsonmicro.com; shumingf@realtek.com;
> srinivas.kandagatla@linaro.org; krzk@kernel.org; dmurphy@ti.com;
> jack.yu@realtek.com; nuno.sa@analog.com; linux-kernel@vger.kernel.org;
> alsa-devel@alsa-project.org; ryan.lee.maxim@gmail.com; Ryan Lee
> <RyanS.Lee@maximintegrated.com>; steves.lee.maxim@gmail.com
> Subject: Re: [PATCH 3/3] ASoC: max98390: update dsm param bin max size
> 
> On Fri, Jul 24, 2020 at 05:56:44PM +0900, Steve Lee wrote:
> >  MAX98390_DSM_PARAM_MAX_SIZE is changed to support extended  register
> > update.
> 
> I'm missing patches 1-2 and have no cover letter - what's the story with
> dependencies?
 I will re-send patch ang please ignore this patch. 
DSM init param is extended to cover more register so that DSM MAX PARAM SIZE value is changed.
Thanks.!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 3/3] ASoC: max98390: update dsm param bin max size
  2020-07-27  2:00   ` Steve Lee
@ 2020-07-27 13:07     ` Mark Brown
  2020-07-28  1:14       ` Steve Lee
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2020-07-27 13:07 UTC (permalink / raw)
  To: Steve Lee
  Cc: lgirdwood, perex, tiwai, ckeepax, geert, rf, shumingf,
	srinivas.kandagatla, krzk, dmurphy, jack.yu, nuno.sa,
	linux-kernel, alsa-devel, ryan.lee.maxim, Ryan Lee,
	steves.lee.maxim

[-- Attachment #1: Type: text/plain, Size: 958 bytes --]

On Mon, Jul 27, 2020 at 02:00:09AM +0000, Steve Lee wrote:

> > I'm missing patches 1-2 and have no cover letter - what's the story with
> > dependencies?

>  I will re-send patch ang please ignore this patch. 
> DSM init param is extended to cover more register so that DSM MAX PARAM SIZE value is changed.

I applied these on Friday having found the other two patches (you're not
sending things as a thread so they get lost, for example if someone
sends a big series at a similar time like what happened on Friday) so
your new version won't apply, please resend whatever change you want to
make as an incremental patch against current code.

Please do not submit new versions of already applied patches, please
submit incremental updates to the existing code.  Modifying existing
commits creates problems for other users building on top of those
commits so it's best practice to only change pubished git commits if
absolutely essential.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH 3/3] ASoC: max98390: update dsm param bin max size
  2020-07-27 13:07     ` Mark Brown
@ 2020-07-28  1:14       ` Steve Lee
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Lee @ 2020-07-28  1:14 UTC (permalink / raw)
  To: Mark Brown
  Cc: lgirdwood, perex, tiwai, ckeepax, geert, rf, shumingf,
	srinivas.kandagatla, krzk, dmurphy, jack.yu, nuno.sa,
	linux-kernel, alsa-devel, ryan.lee.maxim, Ryan Lee,
	steves.lee.maxim

> -----Original Message-----
> From: Mark Brown <broonie@kernel.org>
> Sent: Monday, July 27, 2020 10:08 PM
> To: Steve Lee <SteveS.Lee@maximintegrated.com>
> Cc: lgirdwood@gmail.com; perex@perex.cz; tiwai@suse.com;
> ckeepax@opensource.cirrus.com; geert@linux-m68k.org;
> rf@opensource.wolfsonmicro.com; shumingf@realtek.com;
> srinivas.kandagatla@linaro.org; krzk@kernel.org; dmurphy@ti.com;
> jack.yu@realtek.com; nuno.sa@analog.com; linux-kernel@vger.kernel.org;
> alsa-devel@alsa-project.org; ryan.lee.maxim@gmail.com; Ryan Lee
> <RyanS.Lee@maximintegrated.com>; steves.lee.maxim@gmail.com
> Subject: Re: [PATCH 3/3] ASoC: max98390: update dsm param bin max size
> 
> On Mon, Jul 27, 2020 at 02:00:09AM +0000, Steve Lee wrote:
> 
> > > I'm missing patches 1-2 and have no cover letter - what's the story
> > > with dependencies?
> 
> >  I will re-send patch ang please ignore this patch.
> > DSM init param is extended to cover more register so that DSM MAX PARAM
> SIZE value is changed.
> 
> I applied these on Friday having found the other two patches (you're not sending
> things as a thread so they get lost, for example if someone sends a big series at
> a similar time like what happened on Friday) so your new version won't apply,
> please resend whatever change you want to make as an incremental patch
> against current code.
  
> 
> Please do not submit new versions of already applied patches, please submit
> incremental updates to the existing code.  Modifying existing commits creates
> problems for other users building on top of those commits so it's best practice
> to only change pubished git commits if absolutely essential.

Thanks, I missed patched was already applied. I will send patch upon these patches later.
 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-28  1:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24  8:56 [PATCH 3/3] ASoC: max98390: update dsm param bin max size Steve Lee
2020-07-24 10:50 ` Mark Brown
2020-07-27  2:00   ` Steve Lee
2020-07-27 13:07     ` Mark Brown
2020-07-28  1:14       ` Steve Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).