mbox series

[v2,0/5] ASoC: merge audio-graph-scu into audio-graph - step3

Message ID 87zhtrz5yt.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: merge audio-graph-scu into audio-graph - step3 | expand

Message

Kuninori Morimoto Nov. 30, 2018, 2:02 a.m. UTC
Hi Mark

audio-graph     card can handle normal sound card, and
audio-graph-scu card can handle DPCM   sound card.
But, we can't use these feature in same time now.

This is v2 of step3 patches.

I mentioned that step4 patch-set will be based on OF-graph
posted patch, but, I could solve it without posted patch.
There is no blocker anymore.
Thus, I included blocked patch on step3.

Kuninori Morimoto (5):
  ASoC: simple-card-utils: fixup asoc_simple_card_get_dai_id() counting
  ASoC: audio-graph-scu-card: care link / dai count
  ASoC: audio-graph-scu-card: use cpu/codec pointer on graph_dai_props
  ASoC: audio-graph-scu-card: care multi DPCM codec_conf
  ASoC: audio-graph-card: use cpu/codec pointer on graph_dai_props

 sound/soc/generic/audio-graph-card.c     |  57 ++++++----
 sound/soc/generic/audio-graph-scu-card.c | 180 +++++++++++++++++++++++--------
 sound/soc/generic/simple-card-utils.c    |  22 +---
 3 files changed, 173 insertions(+), 86 deletions(-)