All of lore.kernel.org
 help / color / mirror / Atom feed
* [alsa-devel] [PATCH 0/7 v2] ASoC: soc-core cleanup step8
@ 2019-12-18  2:44 Kuninori Morimoto
  2019-12-18  2:45 ` [alsa-devel] [PATCH v2 1/7] ASoC: soc-core: remove snd_soc_rtdcom_list Kuninori Morimoto
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Kuninori Morimoto @ 2019-12-18  2:44 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Hi Mark

These are v2 of soc-core cleanup step8.
There is no relationship between each patches.

 - [6/7] renamed function name
 - [7/7] new patch which cares SND_SOC_DAPM_STREAM_STOP

Kuninori Morimoto (7):
  1) ASoC: soc-core: remove snd_soc_rtdcom_list
  2) ASoC: soc-core: care .ignore_suspend for Component suspend
  3) ASoC: soc-core: remove duplicate pinctrl operation when suspend
  4) ASoC: soc-core: do pinctrl_pm_select_xxx() as component
  5) ASoC: soc-core: add snd_soc_close_delayed_work()
  6) ASoC: soc-dapm: add snd_soc_dapm_stream_stop()
  7) 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  | 112 +++++++++------------------------
 sound/soc/soc-core.c      | 157 +++++++++++++++++++++++-----------------------
 sound/soc/soc-dapm.c      |  23 +++++++
 sound/soc/soc-pcm.c       | 115 ++++++++-------------------------
 7 files changed, 181 insertions(+), 279 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:[~2019-12-19  5:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-18  2:44 [alsa-devel] [PATCH 0/7 v2] ASoC: soc-core cleanup step8 Kuninori Morimoto
2019-12-18  2:45 ` [alsa-devel] [PATCH v2 1/7] ASoC: soc-core: remove snd_soc_rtdcom_list Kuninori Morimoto
2019-12-18  3:31   ` Sridharan, Ranjani
2019-12-18  3:53     ` Kuninori Morimoto
2019-12-18  2:45 ` [alsa-devel] [PATCH v2 2/7] ASoC: soc-core: care .ignore_suspend for Component suspend Kuninori Morimoto
2019-12-18  3:36   ` Sridharan, Ranjani
2019-12-18  3:59     ` Kuninori Morimoto
2019-12-18 14:54       ` Pierre-Louis Bossart
2019-12-18 17:14         ` Mark Brown
2019-12-18 17:48           ` Pierre-Louis Bossart
2019-12-18 18:06             ` Mark Brown
2019-12-18  2:45 ` [alsa-devel] [PATCH v2 3/7] ASoC: soc-core: remove duplicate pinctrl operation when suspend Kuninori Morimoto
2019-12-18  2:46 ` [alsa-devel] [PATCH v2 4/7] ASoC: soc-core: do pinctrl_pm_select_xxx() as component Kuninori Morimoto
2019-12-18  2:46 ` [alsa-devel] [PATCH v2 5/7] ASoC: soc-core: add snd_soc_close_delayed_work() Kuninori Morimoto
2019-12-18  2:47 ` [alsa-devel] [PATCH v2 6/7] ASoC: soc-dapm: add snd_soc_dapm_stream_stop() Kuninori Morimoto
2019-12-18  2:47 ` [alsa-devel] [PATCH v2 7/7] ASoC: use snd_soc_dapm_stream_stop() for SND_SOC_DAPM_STREAM_STOP Kuninori Morimoto
2019-12-18  6:06 ` [alsa-devel] [PATCH 0/7 v2] ASoC: soc-core cleanup step8 Ranjani Sridharan
2019-12-19  5:57 ` 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.