mbox series

[0/3] ASoC: audio-graph-card2-custom-sample: Separate Sample DT

Message ID 87y0y49hqe.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: audio-graph-card2-custom-sample: Separate Sample DT | expand

Message

Kuninori Morimoto Feb. 18, 2025, 1:14 a.m. UTC
Hi Mark

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

Kuninori Morimoto (3):
  ASoC: audio-graph-card2-custom-sample1.dtsi: Separate Sample DT
  ASoC: audio-graph-card2-custom-sample2.dtsi: Separate Sample DT
  ASoC: audio-graph-card2-custom-sample.dtsi: remove original sample

 .../audio-graph-card2-custom-sample.dtsi      | 702 ------------------
 .../audio-graph-card2-custom-sample1.dtsi     | 396 ++++++++++
 .../audio-graph-card2-custom-sample2.dtsi     | 382 ++++++++++
 3 files changed, 778 insertions(+), 702 deletions(-)
 delete mode 100644 sound/soc/generic/audio-graph-card2-custom-sample.dtsi
 create mode 100644 sound/soc/generic/audio-graph-card2-custom-sample1.dtsi
 create mode 100644 sound/soc/generic/audio-graph-card2-custom-sample2.dtsi