mbox series

[v2,0/3] ASoC: soc-pcm: cleanup code

Message ID 87a6tdr5gw.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: soc-pcm: cleanup code | expand

Message

Kuninori Morimoto Jan. 13, 2021, 1:34 a.m. UTC
Hi Mark

These are v2 of soc-pcm cleanup code.
v1 had 6 patches, but I separated into 2 parts.
This is 1st part of it.

Link: https://lore.kernel.org/r/87360c99kb.wl-kuninori.morimoto.gx@renesas.com

Kuninori Morimoto (3):
  ASoC: soc-pcm: move dpcm_set_fe_update_state()
  ASoC: soc-pcm: add dpcm_set_be_update_state()
  ASoC: soc-pcm: add soc_pcm_set_dai_params()

 sound/soc/soc-pcm.c | 110 +++++++++++++++++++++++---------------------
 1 file changed, 58 insertions(+), 52 deletions(-)

Comments

Mark Brown Jan. 13, 2021, 12:16 p.m. UTC | #1
On Wed, Jan 13, 2021 at 10:34:49AM +0900, Kuninori Morimoto wrote:

> These are v2 of soc-pcm cleanup code.
> v1 had 6 patches, but I separated into 2 parts.
> This is 1st part of it.

I actually already queued patches 1-4 of v1 - it's testing ATM.  Are
there any changes here or is it just splitting things up?
Kuninori Morimoto Jan. 13, 2021, 11:21 p.m. UTC | #2
Hi Mark

> > These are v2 of soc-pcm cleanup code.
> > v1 had 6 patches, but I separated into 2 parts.
> > This is 1st part of it.
> 
> I actually already queued patches 1-4 of v1 - it's testing ATM.  Are
> there any changes here or is it just splitting things up?

1-3 are same, and I updated 4-6.
But OK. I will check latest branch

Thank you for your help !!

Best regards
---
Kuninori Morimoto