alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [alsa-devel] [PATCH v2 00/22] ASoC: soc-core cleanup - step 4
@ 2019-10-15  3:59 Kuninori Morimoto
  2019-10-15  3:59 ` [alsa-devel] [PATCH v2 03/22] ASoC: soc-core: add for_each_rtd_components() and replace Kuninori Morimoto
                   ` (21 more replies)
  0 siblings, 22 replies; 29+ messages in thread
From: Kuninori Morimoto @ 2019-10-15  3:59 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Pierre-Louis Bossart


Hi Mark

These are v2 of soc-core cleanup.
These are related to topology, but according to Intel CI,
there is no damage to it.
Some of them need more review.
I added some mark to such patch.
I merged posted-but-not-yet-accepted patch on top of it.

Kuninori Morimoto (22):
  ASoC: soc-pcm: fixup dpcm_prune_paths() loop continue
  ASoC: soc-core: remove for_each_rtdcom_safe()
  ASoC: soc-core: add for_each_rtd_components() and replace
  ASoC: soc-core: snd_soc_unbind_card() cleanup
  ASoC: soc-core: remove unneeded snd_soc_tplg_component_remove()
  ASoC: soc-core: move soc_init_dai_link()
  ASoC: soc-core: tidyup soc_init_dai_link()
  ASoC: soc-core: remove duplicated soc_is_dai_link_bound()
  ASoC: soc-core: call soc_bind_dai_link() under snd_soc_add_dai_link()
  ASoC: soc-core: add soc_unbind_dai_link()
  ASoC: soc-core: move snd_soc_lookup_component()
  ASoC: soc-core: add snd_soc_del_component_unlocked()
  ASoC: soc-core: remove snd_soc_component_add/del()
  ASoC: soc-core: use snd_soc_lookup_component() at snd_soc_unregister_component()
  ASoC: soc-core: move snd_soc_register_dai()
  ASoC: soc-core: move snd_soc_unregister_dais()
  ASoC: soc-core: add snd_soc_unregister_dai()
  ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()
  ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register_dai()
  ASoC: soc-core: call snd_soc_register_dai() from snd_soc_register_dais()
  ASoC: soc-core: remove topology specific operation
  ASoC: soc.h: dobj is used only when SND_SOC_TOPOLOGY

 include/sound/soc.h       |  25 ++-
 sound/soc/soc-component.c |  43 +---
 sound/soc/soc-compress.c  |  52 ++---
 sound/soc/soc-core.c      | 561 ++++++++++++++++++++--------------------------
 sound/soc/soc-pcm.c       |  55 ++---
 sound/soc/soc-topology.c  |  17 +-
 6 files changed, 322 insertions(+), 431 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] 29+ messages in thread

end of thread, other threads:[~2019-10-25  0:56 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15  3:59 [alsa-devel] [PATCH v2 00/22] ASoC: soc-core cleanup - step 4 Kuninori Morimoto
2019-10-15  3:59 ` [alsa-devel] [PATCH v2 03/22] ASoC: soc-core: add for_each_rtd_components() and replace Kuninori Morimoto
2019-10-23 18:56   ` [alsa-devel] Applied "ASoC: soc-core: add for_each_rtd_components() and replace" to the asoc tree Mark Brown
2019-10-15  3:59 ` [alsa-devel] [PATCH v2 01/22] ASoC: soc-pcm: fixup dpcm_prune_paths() loop continue Kuninori Morimoto
2019-10-22 18:15   ` [alsa-devel] Applied "ASoC: soc-pcm: fixup dpcm_prune_paths() loop continue" to the asoc tree Mark Brown
2019-10-15  3:59 ` [alsa-devel] [PATCH v2 02/22] ASoC: soc-core: remove for_each_rtdcom_safe() Kuninori Morimoto
2019-10-22 18:15   ` [alsa-devel] Applied "ASoC: soc-core: remove for_each_rtdcom_safe()" to the asoc tree Mark Brown
2019-10-15  3:59 ` [alsa-devel] [PATCH v2 07/22] ASoC: soc-core: tidyup soc_init_dai_link() Kuninori Morimoto
2019-10-24 11:48   ` Mark Brown
2019-10-25  0:55     ` Kuninori Morimoto
2019-10-15  3:59 ` [alsa-devel] [PATCH v2 04/22] ASoC: soc-core: snd_soc_unbind_card() cleanup Kuninori Morimoto
2019-10-22 18:15   ` [alsa-devel] Applied "ASoC: soc-core: snd_soc_unbind_card() cleanup" to the asoc tree Mark Brown
2019-10-15  3:59 ` [alsa-devel] [PATCH v2 05/22] ASoC: soc-core: remove unneeded snd_soc_tplg_component_remove() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 09/22] ASoC: soc-core: call soc_bind_dai_link() under snd_soc_add_dai_link() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 06/22] ASoC: soc-core: move soc_init_dai_link() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 10/22] ASoC: soc-core: add soc_unbind_dai_link() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 08/22] ASoC: soc-core: remove duplicated soc_is_dai_link_bound() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 11/22] ASoC: soc-core: move snd_soc_lookup_component() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 12/22] ASoC: soc-core: add snd_soc_del_component_unlocked() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 14/22] ASoC: soc-core: use snd_soc_lookup_component() at snd_soc_unregister_component() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 15/22] ASoC: soc-core: move snd_soc_register_dai() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 18/22] ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 19/22] ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() " Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 20/22] ASoC: soc-core: call snd_soc_register_dai() from snd_soc_register_dais() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 16/22] ASoC: soc-core: move snd_soc_unregister_dais() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 21/22] ASoC: soc-core: remove topology specific operation Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 17/22] ASoC: soc-core: add snd_soc_unregister_dai() Kuninori Morimoto
2019-10-15  4:00 ` [alsa-devel] [PATCH v2 22/22] ASoC: soc.h: dobj is used only when SND_SOC_TOPOLOGY Kuninori Morimoto
2019-10-15  4:01 ` [alsa-devel] [PATCH v2 13/22] ASoC: soc-core: remove snd_soc_component_add/del() Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).