alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [alsa-devel] [PATCH 00/10] ASoC: soc-pcm cleanup step3
@ 2020-02-13  4:25 Kuninori Morimoto
  2020-02-13  4:26 ` [alsa-devel] [PATCH 01/10] ASoC: soc-pcm: move dai_get_widget() Kuninori Morimoto
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: Kuninori Morimoto @ 2020-02-13  4:25 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


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(-)

-- 
2.17.1





Thank you for your help !!
Best regards
---
Kuninori Morimoto
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

end of thread, other threads:[~2020-02-14  0:09 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13  4:25 [alsa-devel] [PATCH 00/10] ASoC: soc-pcm cleanup step3 Kuninori Morimoto
2020-02-13  4:26 ` [alsa-devel] [PATCH 01/10] ASoC: soc-pcm: move dai_get_widget() Kuninori Morimoto
2020-02-13  4:26 ` [alsa-devel] [PATCH 02/10] ASoC: soc-pcm: use dai_get_widget() at dpcm_get_be() Kuninori Morimoto
2020-02-13  4:26 ` [alsa-devel] [PATCH 03/10] ASoC: soc-pcm: use dai_get_widget() at dpcm_end_walk_at_be() Kuninori Morimoto
2020-02-13  4:26 ` [alsa-devel] [PATCH 04/10] ASoC: soc-pcm: use dpcm_get_be() " Kuninori Morimoto
2020-02-13  4:26 ` [alsa-devel] [PATCH 05/10] ASoC: soc-pcm: remove soc_dpcm_be_digital_mute() Kuninori Morimoto
2020-02-13  4:26 ` [alsa-devel] [PATCH 06/10] ASoC: soc-pcm: remove snd_soc_dpcm_be_get/set_state() Kuninori Morimoto
2020-02-13  4:26 ` [alsa-devel] [PATCH 07/10] ASoC: soc-pcm: add snd_soc_dpcm_can_be() and remove duplicate code Kuninori Morimoto
2020-02-13 15:56   ` Pierre-Louis Bossart
2020-02-14  0:04     ` Kuninori Morimoto
2020-02-13 17:15   ` Ranjani Sridharan
2020-02-14  0:08     ` Kuninori Morimoto
2020-02-13  4:26 ` [alsa-devel] [PATCH 08/10] ASoC: soc-pcm: use goto and remove multi return Kuninori Morimoto
2020-02-13  4:26 ` [alsa-devel] [PATCH 09/10] ASoC: soc-pcm: care Multi Codec at soc_dpcm_fe_runtime_update() Kuninori Morimoto
2020-02-13 16:10   ` Pierre-Louis Bossart
2020-02-14  0:07     ` Kuninori Morimoto
2020-02-13  4:26 ` [alsa-devel] [PATCH 10/10] ASoC: soc.h: add for_each_pcm_stream() Kuninori Morimoto
2020-02-13  6:35   ` Takashi Iwai
2020-02-13  6:46     ` Kuninori Morimoto
2020-02-13 16:14   ` Pierre-Louis Bossart
2020-02-14  0:05     ` Kuninori Morimoto

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).