mbox series

[v4,0/3] ASoC: merge .digital_mute() into .mute_stream()

Message ID 87imen2drw.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: merge .digital_mute() into .mute_stream() | expand

Message

Kuninori Morimoto July 17, 2020, 12:21 a.m. UTC
Hi Mark

These are v4 digital_mute() patch which adjusts
to atmel which had conflict on v3.

v3 -> v4
	- tidyup for atmel which had conflict

v2 -> v3
	- uses "xxx_mute_stream" for .mute_stream naming
	  if it was better
	- removed verbose Cc email address

v1 -> v2
	- return -ENOTSUPP at hdmi-codec
	- add new .no_capture_mute flag and emulate .digital_mute()
	  by .mute_stream()

Link: https://lore.kernel.org/r/87h7uhxxk6.wl-kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/874kqy2y5t.wl-kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/87ftam37ko.wl-kuninori.morimoto.gx@renesas.com

Kuninori Morimoto (3):
  ASoC: soc-dai: remove .digital_mute
  ASoC: soc-core: snd_soc_dai_digital_mute() for both CPU/Codec
  ASoC: soc-xxx: add asoc_substream_to_rtd()

 include/sound/soc-dai.h               |  1 -
 include/sound/soc.h                   |  2 +
 sound/soc/soc-component.c             | 20 ++++-----
 sound/soc/soc-core.c                  |  4 +-
 sound/soc/soc-dai.c                   | 12 ++----
 sound/soc/soc-dapm.c                  |  6 +--
 sound/soc/soc-generic-dmaengine-pcm.c |  4 +-
 sound/soc/soc-link.c                  | 12 +++---
 sound/soc/soc-pcm.c                   | 62 +++++++++++++--------------
 sound/soc/soc-utils.c                 |  2 +-
 10 files changed, 61 insertions(+), 64 deletions(-)

Comments

Kuninori Morimoto July 17, 2020, 12:25 a.m. UTC | #1
Hi Mark

> These are v4 digital_mute() patch which adjusts
> to atmel which had conflict on v3.

I'm sorry but my posted patch has strange numbers.
The correct order is

	[3/3] ASoC: soc-core: snd_soc_dai_digital_mute() for both CPU/Codec
	[2/3] ASoC: soc-dai: remove .digital_mute
	[1/3] ASoC: atmel: merge .digital_mute() into .mute_stream()

Thank you for your help !!

Best regards
---
Kuninori Morimoto
Kuninori Morimoto July 20, 2020, 12:23 a.m. UTC | #2
Hi Mark

> > These are v4 digital_mute() patch which adjusts
> > to atmel which had conflict on v3.
> 
> I'm sorry but my posted patch has strange numbers.
> The correct order is
> 
> 	[3/3] ASoC: soc-core: snd_soc_dai_digital_mute() for both CPU/Codec
> 	[2/3] ASoC: soc-dai: remove .digital_mute
> 	[1/3] ASoC: atmel: merge .digital_mute() into .mute_stream()

Maybe because of my above fault,
it seems "[2/3] ASoC: soc-dai: remove .digital_mute" patch is not applied
on for-5.9 branch

Thank you for your help !!

Best regards
---
Kuninori Morimoto