mbox series

[0/9] ASoC: cleanup for ASoC

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

Message

Kuninori Morimoto May 13, 2019, 7:05 a.m. UTC
Hi Mark

I'm tring to "no categorize DAI" now, but it will takes more time.
Then, I noticed some current code is not good balance for it.
It is small issue.
But it is very helpful if it had been already solved before 
posting such patch-set.

Kuninori Morimoto (9):
  ASoC: soc-core: use i on snd_soc_resume()
  ASoC: soc-core: don't use codec_dais on soc_bind_dai_link()
  ASoC: soc-core: tidyup soc_bind_dai_link() comment balance
  ASoC: soc-core: add soc_component_to_node()
  ASoC: soc-core: use soc_find_component() at snd_soc_get_dai_id()
  ASoC: soc.h: fe_compr can be bit field
  ASoC: soc-pcm: do cpu_dai related operation at same place
  ASoC: soc-pcm: add missing cpu_dai->rate = 0
  ASoC: soc-pcm: add soc_pcm_components_open()

 include/sound/soc.h  |  2 +-
 sound/soc/soc-core.c | 75 ++++++++++++++++++++----------------------------
 sound/soc/soc-pcm.c  | 80 ++++++++++++++++++++++++++++++++--------------------
 3 files changed, 81 insertions(+), 76 deletions(-)