Hi Mark
We could merged normal sound and DPCM sound on audio/simple card. This is nice, but I noticed few issues.
1) : for "reg" property issue, again. 2) - 5) : missing 1CPU-1Codec DPCM case, and cleanup for audio-graph 6) - 9) : missing 1CPU-1Codec DPCM case, and cleanup for simple-card
Kuninori Morimoto (9): 1) ASoC: simple-card-utils: check "reg" property on asoc_simple_card_get_dai_id() 2) ASoC: audio-graph-card: add asoc_graph_card_get_conversion() 3) ASoC: audio-graph-card: add 1 CPU : 1 Codec support again 4) ASoC: audio-graph-card: cleanup DAI link loop method 5) ASoC: audio-graph-card: reduce naming prefix 6) ASoC: simple-card: add asoc_simple_card_get_conversion() 7) ASoC: simple-card: add 1 CPU : 1 Codec support again 8) ASoC: simple-card: cleanup DAI link loop method 9) ASoC: simple-card: reduce naming prefix
sound/soc/generic/audio-graph-card.c | 461 +++++++++++++++++++--------------- sound/soc/generic/simple-card-utils.c | 14 +- sound/soc/generic/simple-card.c | 453 +++++++++++++++++++-------------- 3 files changed, 544 insertions(+), 384 deletions(-)