mbox series

[v3,00/19] ASoC: soc-core cleanup - step 4

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

Message

Kuninori Morimoto Nov. 5, 2019, 6:45 a.m. UTC
Hi Mark

These are v3 of soc-core cleanup step4.
These are based on mark/for-5.5 branch.
These had been tested on Intel CI, and had no issue.
And are reviewed by Pierre-Louis, Ranjani.

Kuninori Morimoto (19):
  ASoC: soc-core: move soc_init_dai_link()
  ASoC: soc-core: tidyup soc_init_dai_link()
  ASoC: soc-core: typo fix at soc_dai_link_sanity_check()
  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: tidyup 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      |  15 +-
 sound/soc/soc-core.c     | 526 ++++++++++++++++++++---------------------------
 sound/soc/soc-topology.c |  17 +-
 3 files changed, 255 insertions(+), 303 deletions(-)

Comments

Ranjani Sridharan Nov. 5, 2019, 4:18 p.m. UTC | #1
On Tue, 2019-11-05 at 15:45 +0900, Kuninori Morimoto wrote:
> Hi Mark
> 
> These are v3 of soc-core cleanup step4.
> These are based on mark/for-5.5 branch.
> These had been tested on Intel CI, and had no issue.
> And are reviewed by Pierre-Louis, Ranjani.
Thanks for this clean-up, Morimoto-san.
v3 patchset looks good!

Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
> 
> Kuninori Morimoto (19):
>   ASoC: soc-core: move soc_init_dai_link()
>   ASoC: soc-core: tidyup soc_init_dai_link()
>   ASoC: soc-core: typo fix at soc_dai_link_sanity_check()
>   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: tidyup 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      |  15 +-
>  sound/soc/soc-core.c     | 526 ++++++++++++++++++++-----------------
> ----------
>  sound/soc/soc-topology.c |  17 +-
>  3 files changed, 255 insertions(+), 303 deletions(-)
>