ASoC: makes CPU/Codec channel connection map more
authorMark Brown <broonie@kernel.org>
Mon, 27 Nov 2023 17:33:11 +0000 (17:33 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 27 Nov 2023 17:33:11 +0000 (17:33 +0000)
commitb2b6b2d8f49b7e169765d283f394eb6b67d65c51
tree28c7fac08a2e1d73507cc307da67d39ec2e09b3d
parent9b3cd8ebb19edd92300932b68fd6941eaf1852d0
parent792846d9daa876186196b66dc496a2ba8ddd7535
ASoC: makes CPU/Codec channel connection map more

Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

Current ASoC is supporting CPU/Codec = N:M (N < M) connection by using
ch_map idea. This patch-set expands it that all connection uses this idea,
and no longer N < M limit [1][2].

Link: https://lore.kernel.org/r/87fs6wuszr.wl-kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/878r7yqeo4.wl-kuninori.morimoto.gx@renesas.com
ASoC core code ([PATCH 1/5]) is same as v6 and it was tested by Pierre-Louis,
and Jerome. Big change on v7 is basically for Audio-Graph-Card2.