mbox series

[00/13] ASoC: soc-core cleanup - step 3

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

Message

Kuninori Morimoto Sept. 10, 2019, 2:04 a.m. UTC
Hi Mark

These are soc-core.c cleanup (maybe) step 3.
These try to clenaup around kmalloc/kfree related code.
Basically these do nothing from technical point of view.

Kuninori Morimoto (13):
  ASoC: soc-core: move soc_free_pcm_runtime()
  ASoC: soc-core: merge soc_add_pcm_runtime() into soc_new_pcm_runtime()
  ASoC: soc-core: call list_del(&rtd->list) at soc_free_pcm_runtime()
  ASoC: soc-core: create rtd->codec_dais first
  ASoC: soc-core: merge soc_new_pcm_runtime() and soc_rtd_init()
  ASoC: soc-core: merge soc_free_pcm_runtime() and soc_rtd_free()
  ASoC: soc-core: tidyup soc_new_pcm_runtime() alloc order
  ASoC: soc-core: remove snd_soc_rtdcom_del_all()
  ASoC: soc-core: use devm_kzalloc() for rtd
  ASoC: soc-core: remove soc_remove_dai_links()
  ASoC: soc-core: add soc_setup_card_name()
  ASoC: soc-core: use devm_xxx for component related resource
  ASoC: soc-core: setup card->rtd_num at snd_soc_instantiate_card()

 include/sound/soc.h  |   1 -
 sound/soc/soc-core.c | 276 +++++++++++++++++++++++++--------------------------
 2 files changed, 138 insertions(+), 139 deletions(-)