devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] ASoC: makes CPU/Codec channel connection map more generic
@ 2023-10-12  1:31 Kuninori Morimoto
  2023-10-12  1:31 ` [PATCH v3 1/4] " Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Kuninori Morimoto @ 2023-10-12  1:31 UTC (permalink / raw)
  To: Pierre-Louis Bossart, Mark Brown, Bard Liao, bard.liao,
	Conor Dooley, Krzysztof Kozlowski, Rob Herring
  Cc: alsa-devel, devicetree


Hi Mark
Cc Bard, Pierre-Louis, DT-ML

This is v3 patch-set.

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].

Link: https://lore.kernel.org/r/87fs6wuszr.wl-kuninori.morimoto.gx@renesas.com [1]

This patch is tested on Audio-Graph-Card2 with sample dtsi,
but needs Tested-by, at least from Intel.

v2 -> v3
	- tidyup comment
	- use more clear connection image on DT
	- "ch_maps" -> "ch-maps" on DT
	- Add DT maintainer on "To:" for all patches

v1 -> v2
	- makes CPU/Codec connection relation clear on comment/sample
	- fixup type "connction" -> "connection"
	- makes error message clear


Kuninori Morimoto (4):
  ASoC: makes CPU/Codec channel connection map more generic
  ASoC: audio-graph-card2: add CPU:Codec = N:M support
  ASoC: audio-graph-card2-custom-sample: add CPU/Codec = N:M sample
  dt-bindings: audio-graph-port: add ch-maps property

 .../bindings/sound/audio-graph-port.yaml      |   2 +
 include/sound/soc.h                           |  66 ++++++++-
 .../audio-graph-card2-custom-sample.dtsi      | 138 +++++++++++++++---
 sound/soc/generic/audio-graph-card2.c         |  29 ++++
 sound/soc/intel/boards/sof_sdw.c              |  14 +-
 sound/soc/soc-core.c                          |  85 +++++++++++
 sound/soc/soc-dapm.c                          |  47 +++---
 sound/soc/soc-pcm.c                           |  73 ++++-----
 8 files changed, 363 insertions(+), 91 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-10-23  0:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-12  1:31 [PATCH v3 0/4] ASoC: makes CPU/Codec channel connection map more generic Kuninori Morimoto
2023-10-12  1:31 ` [PATCH v3 1/4] " Kuninori Morimoto
2023-10-12  1:32 ` [PATCH v3 2/4] ASoC: audio-graph-card2: add CPU:Codec = N:M support Kuninori Morimoto
2023-10-12  1:32 ` [PATCH v3 3/4] ASoC: audio-graph-card2-custom-sample: add CPU/Codec = N:M sample Kuninori Morimoto
2023-10-12  1:32 ` [PATCH v3 4/4] dt-bindings: audio-graph-port: add ch-maps property Kuninori Morimoto
2023-10-12  7:53   ` Conor Dooley
2023-10-13  0:33     ` Kuninori Morimoto
2023-10-13 15:41       ` Mark Brown
2023-10-13 16:12         ` Conor Dooley
2023-10-16  0:46           ` Kuninori Morimoto
2023-10-17 10:04             ` Conor Dooley
2023-10-18  0:34               ` Kuninori Morimoto
2023-10-18  7:57                 ` Conor Dooley
2023-10-18 18:25                   ` Mark Brown
2023-10-20  1:13                     ` Kuninori Morimoto
2023-10-20 11:58                       ` Mark Brown
2023-10-23  0:08                         ` Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).