mbox series

[v3,0/8] ASoC: soc-core cleanup step8

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

Message

Kuninori Morimoto Dec. 19, 2019, 7:45 a.m. UTC
Hi Mark

# did I lost email ??

These are v3 of soc-core cleanup step8.
The diff from v2 are

	- add Reported-by, Reviewed-By for each patches
	- [2/8] is added
	- rebase to latest for-v5.6 branch

Kuninori Morimoto (8):
  ASoC: soc-core: remove snd_soc_rtdcom_list
  ASoC: soc-core: rename snd_soc_rtdcom_add() to snd_soc_rtd_add_component()
  ASoC: soc-core: care .ignore_suspend for Component suspend
  ASoC: soc-core: remove duplicate pinctrl operation when suspend
  ASoC: soc-core: do pinctrl_pm_select_xxx() as component
  ASoC: soc-core: add snd_soc_close_delayed_work()
  ASoC: soc-dapm: add snd_soc_dapm_stream_stop()
  ASoC: use snd_soc_dapm_stream_stop() for SND_SOC_DAPM_STREAM_STOP

 include/sound/soc-dapm.h  |   1 +
 include/sound/soc.h       |  19 +++---
 sound/soc/soc-component.c |  33 +++++----
 sound/soc/soc-compress.c  | 124 ++++++++++------------------------
 sound/soc/soc-core.c      | 167 +++++++++++++++++++++++-----------------------
 sound/soc/soc-dapm.c      |  23 +++++++
 sound/soc/soc-pcm.c       | 115 ++++++++-----------------------
 7 files changed, 191 insertions(+), 291 deletions(-)