Hi Mark
v1 patch-set had compile error at 8) patch. These are v2.
Kuninori Morimoto (11): 1) ASoC: simple-card-utils: add asoc_simple_debug_info() 2) ASoC: simple_card_utils: share common priv for simple-card/audio-graph 3) ASoC: simple-card-utils: share asoc_simple_startup() 4) ASoC: simple-card-utils: share asoc_simple_shutdown() 5) ASoC: simple-card-utils: share asoc_simple_hw_param() 6) ASoC: simple-card-utils: share asoc_simple_dai_init() 7) ASoC: simple-card-utils: share asoc_simple_be_hw_params_fixup() 8) ASoC: simple-card-utils: share asoc_simple_card_init_priv() 9) ASoC: simple-card-utils: separate asoc_simple_card_parse_dai() 10) ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_() 11) ASoC: simple-card-utils: test memory allocation
include/sound/simple_card_utils.h | 236 ++++++++++++++------- sound/soc/generic/audio-graph-card.c | 367 ++++++++++++++------------------ sound/soc/generic/simple-card-utils.c | 379 ++++++++++++++++++---------------- sound/soc/generic/simple-card.c | 344 ++++++++++-------------------- 4 files changed, 622 insertions(+), 704 deletions(-)