From: Mark Brown Date: Tue, 18 Jul 2023 18:45:01 +0000 (+0100) Subject: ASoC: add multi Component support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4da4a7467f90a0272d2b14c40ea0345255c9b132;p=linux.git ASoC: add multi Component support Merge series from Kuninori Morimoto : On below HW case, we would like to use it as "2 Cards", but unfortunately it is impossible in intuitive way, or possible but not intuitive way. In reality, it is handled as "1 big Card" today. +-- basic board --------+ |+--------+ | || CPU ch0| <--> CodecA | || ch1| <-+ | |+--------+ | | +-------------|---------+ +-- expansion board ----+ | | | | +-> CodecB| +-----------------------+ To handling it as intuitive "2 Cards", this patch-set adds multi Component support. To enable this patch-set, I included [01/15] patch into this patch-set which is posted but not yet accepted. --- 4da4a7467f90a0272d2b14c40ea0345255c9b132