]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: audio-graph-card2-custom-sample: Separate Sample
authorMark Brown <broonie@kernel.org>
Tue, 4 Mar 2025 14:43:46 +0000 (14:43 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 4 Mar 2025 14:43:46 +0000 (14:43 +0000)
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

audio-graph-card2-custom-sample has many sample connections, but because
ALSA card has number limition for links, it is impossible to have all
samples into 1 ASoC card.

This patch-set separate sample DT into 2 parts, and remove original sample.
Because of this separation, we can see all sample connection via multi Card.

- for normal
- for DPCM/Codec2Codec


Trivial merge