mbox series

[00/10] ASoC: soc-pcm cleanup step3

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

Message

Kuninori Morimoto Feb. 13, 2020, 4:25 a.m. UTC
Hi Mark

These are step3 of soc-pcm cleanup.
Basically it do nothing for behavior, but cleanup code.
But, only [09/10] patch exchanges behavior (= care Multi Codec).
It is one challenge.

Kuninori Morimoto (10):
   1) ASoC: soc-pcm: move dai_get_widget()
   2) ASoC: soc-pcm: use dai_get_widget() at dpcm_get_be()
   3) ASoC: soc-pcm: use dai_get_widget() at dpcm_end_walk_at_be()
   4) ASoC: soc-pcm: use dpcm_get_be() at dpcm_end_walk_at_be()
   5) ASoC: soc-pcm: remove soc_dpcm_be_digital_mute()
   6) ASoC: soc-pcm: remove snd_soc_dpcm_be_get/set_state()
   7) ASoC: soc-pcm: add snd_soc_dpcm_can_be() and remove duplicate code
   8) ASoC: soc-pcm: use goto and remove multi return
   9) ASoC: soc-pcm: care Multi Codec at soc_dpcm_fe_runtime_update()
  10) ASoC: soc.h: add for_each_pcm_stream()

 include/sound/soc-dpcm.h     |   9 --
 include/sound/soc.h          |   5 +
 sound/soc/fsl/fsl_asrc_dma.c |   4 +-
 sound/soc/soc-core.c         |  31 ++---
 sound/soc/soc-pcm.c          | 237 +++++++++++++----------------------
 5 files changed, 105 insertions(+), 181 deletions(-)