All of lore.kernel.org
 help / color / mirror / Atom feed
* [alsa-devel] [PATCH 0/7] ASoC: soc-pcm cleanup step2
@ 2020-01-27  1:48 Kuninori Morimoto
  2020-01-27  1:49 ` [alsa-devel] [PATCH 1/7] ASoC: soc-pcm: add snd_soc_runtime_action() Kuninori Morimoto
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Kuninori Morimoto @ 2020-01-27  1:48 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Hi Mark

These are soc-pcm cleanup step2.
Very random cleanup...

Kuninori Morimoto (7):
  ASoC: soc-pcm: add snd_soc_runtime_action()
  ASoC: soc-pcm: adjustment for DAI member 0 reset
  ASoC: soc-pcm: add for_each_dapm_widgets() macro
  ASoC: soc-pcm: goto error after trying for_each_rtd_codec_dai
  ASoC: soc-pcm: goto error after trying all component open
  ASoC: soc-pcm: move soc_pcm_close() next to soc_pcm_open()
  ASoC: soc-pcm: tidyup soc_pcm_open() order

 include/sound/soc-dapm.h |   5 +
 sound/soc/soc-dapm.c     |   8 +-
 sound/soc/soc-pcm.c      | 266 ++++++++++++++++++++---------------------------
 3 files changed, 118 insertions(+), 161 deletions(-)

-- 
2.7.4

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

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

end of thread, other threads:[~2020-02-25  4:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-27  1:48 [alsa-devel] [PATCH 0/7] ASoC: soc-pcm cleanup step2 Kuninori Morimoto
2020-01-27  1:49 ` [alsa-devel] [PATCH 1/7] ASoC: soc-pcm: add snd_soc_runtime_action() Kuninori Morimoto
2020-01-27  1:49 ` [alsa-devel] [PATCH 2/7] ASoC: soc-pcm: adjustment for DAI member 0 reset Kuninori Morimoto
2020-01-27  1:49 ` [alsa-devel] [PATCH 3/7] ASoC: soc-pcm: add for_each_dapm_widgets() macro Kuninori Morimoto
2020-01-27  1:49 ` [alsa-devel] [PATCH 4/7] ASoC: soc-pcm: goto error after trying for_each_rtd_codec_dai Kuninori Morimoto
2020-01-28  7:01   ` Takashi Iwai
2020-01-28  7:30     ` Kuninori Morimoto
2020-01-28 16:31       ` Pierre-Louis Bossart
2020-01-28 16:44         ` Takashi Iwai
2020-01-29  0:15           ` Kuninori Morimoto
2020-01-27  1:49 ` [alsa-devel] [PATCH 5/7] ASoC: soc-pcm: goto error after trying all component open Kuninori Morimoto
2020-01-27 18:34   ` Sridharan, Ranjani
2020-01-28  0:31     ` Kuninori Morimoto
2020-01-27  1:49 ` [alsa-devel] [PATCH 6/7] ASoC: soc-pcm: move soc_pcm_close() next to soc_pcm_open() Kuninori Morimoto
2020-01-27  1:49 ` [alsa-devel] [PATCH 7/7] ASoC: soc-pcm: tidyup soc_pcm_open() order Kuninori Morimoto
2020-02-25  1:22   ` Pierre-Louis Bossart
2020-02-25  1:40     ` Mark Brown
2020-02-25  4:20       ` Kuninori Morimoto

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.