From: Mark Brown Date: Wed, 31 Mar 2021 14:53:49 +0000 (+0100) Subject: Merge series "ASoC: simple-card: cleanup and prepare for Multi CPU/Codec support... X-Git-Tag: v5.15~992^2~1^2~125 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=326b0037fd6b5fc5640f3d37c80b62e2b3329017;p=platform%2Fkernel%2Flinux-starfive.git Merge series "ASoC: simple-card: cleanup and prepare for Multi CPU/Codec support" from Kuninori Morimoto : Hi Mark I want to add new audio-graph-card2 driver which can support not only DPCM, but also Multi-CPU/Codec, and Codec2Codec. And it is also supporting user customization. But before supporting such driver, we need to cleanup existing simple-card / audio-graph, because these and new driver are sharing code. This patch-set are cleanup and prepare for Multi-CPU/Codec support. Kuninori Morimoto (6): ASoC: simple-card-utils.c: remove old comment ASoC: simple-card-utils: alloc dai_link information for CPU/Codec/Platform ASoC: audio-graph: count DAI / link numbers as in order ASoC: audio-graph: cleanup graph_for_each_link() ASoC: simple-card: count DAI / link numbers as in order ASoC: simple-card: cleanup graph_for_each_link() include/sound/simple_card_utils.h | 7 +- sound/soc/generic/audio-graph-card.c | 112 +++++++++++++------------ sound/soc/generic/simple-card-utils.c | 20 +++-- sound/soc/generic/simple-card.c | 115 +++++++++++++++----------- 4 files changed, 143 insertions(+), 111 deletions(-) -- 2.25.1 --- 326b0037fd6b5fc5640f3d37c80b62e2b3329017