All of lore.kernel.org
 help / color / mirror / Atom feed
* [alsa-devel] [PATCH v2 00/10] ASoC: soc-pcm cleanup step3
@ 2020-02-14  2:35 Kuninori Morimoto
  2020-02-14  2:35 ` [alsa-devel] [PATCH v2 01/10] ASoC: soc-pcm: move dai_get_widget() Kuninori Morimoto
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Kuninori Morimoto @ 2020-02-14  2:35 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Hi Mark

These are v2 of soc-pcm cleanup step3.
I removed unneeded Multi-Codec patch.

And re-ordered / merged my local tree and add [09/10] patch
to make [10/10] more effective.

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: merge playback/cature_active into stream_active
  10) ASoC: soc.h: add for_each_pcm_streams()

 include/sound/pcm.h                   |   5 +
 include/sound/soc-dai.h               |   3 +-
 include/sound/soc-dpcm.h              |   9 -
 sound/soc/codecs/cs4271.c             |   4 +-
 sound/soc/dwc/dwc-i2s.c               |   8 +-
 sound/soc/fsl/fsl_asrc_dma.c          |   4 +-
 sound/soc/qcom/lpass-platform.c       |   2 +-
 sound/soc/soc-core.c                  |  48 ++--
 sound/soc/soc-generic-dmaengine-pcm.c |   8 +-
 sound/soc/soc-pcm.c                   | 327 +++++++++-----------------
 sound/soc/sof/sof-audio.c             |  19 +-
 sound/usb/usx2y/usbusx2yaudio.c       |   9 +-
 12 files changed, 162 insertions(+), 284 deletions(-)

-- 
2.17.1

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-14  2:35 [alsa-devel] [PATCH v2 00/10] ASoC: soc-pcm cleanup step3 Kuninori Morimoto
2020-02-14  2:35 ` [alsa-devel] [PATCH v2 01/10] ASoC: soc-pcm: move dai_get_widget() Kuninori Morimoto
2020-02-14  2:35 ` [alsa-devel] [PATCH v2 02/10] ASoC: soc-pcm: use dai_get_widget() at dpcm_get_be() Kuninori Morimoto
2020-02-14  2:35 ` [alsa-devel] [PATCH v2 03/10] ASoC: soc-pcm: use dai_get_widget() at dpcm_end_walk_at_be() Kuninori Morimoto
2020-02-14  2:35 ` [alsa-devel] [PATCH v2 04/10] ASoC: soc-pcm: use dpcm_get_be() " Kuninori Morimoto
2020-02-14  2:35 ` [alsa-devel] [PATCH v2 05/10] ASoC: soc-pcm: remove soc_dpcm_be_digital_mute() Kuninori Morimoto
2020-02-14  2:35 ` [alsa-devel] [PATCH v2 06/10] ASoC: soc-pcm: remove snd_soc_dpcm_be_get/set_state() Kuninori Morimoto
2020-02-14  2:35 ` [alsa-devel] [PATCH v2 07/10] ASoC: soc-pcm: add snd_soc_dpcm_can_be() and remove duplicate code Kuninori Morimoto
2020-02-14  2:35 ` [alsa-devel] [PATCH v2 08/10] ASoC: soc-pcm: use goto and remove multi return Kuninori Morimoto
2020-02-14  2:36 ` [alsa-devel] [PATCH v2 09/10] ASoC: soc-pcm: merge playback/cature_active into stream_active Kuninori Morimoto
2020-02-14  2:36 ` [alsa-devel] [PATCH v2 10/10] ASoC: soc.h: add for_each_pcm_streams() Kuninori Morimoto
2020-02-14 14:32   ` Pierre-Louis Bossart
2020-02-16 23:59     ` Kuninori Morimoto
2020-02-14 17:10 ` [alsa-devel] [PATCH v2 00/10] ASoC: soc-pcm cleanup step3 Ranjani Sridharan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.