mbox series

[v2,0/7] ASoC: soc-pcm cleanup step2

Message ID 874kwg4b21.wl-kuninori.morimoto.gx@renesas.com
Headers show
Series ASoC: soc-pcm cleanup step2 | expand

Message

Kuninori Morimoto Jan. 28, 2020, 1:36 a.m. UTC
Hi Mark

These are v2 of soc-pcm cleanup step2.

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      | 265 +++++++++++++++++++++--------------------------
 3 files changed, 123 insertions(+), 155 deletions(-)