Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: simple-card-utils: tidyup for Multi connection
@ 2024-12-03  2:10 Kuninori Morimoto
  2024-12-03  2:10 ` [PATCH 1/3] ASoC: simple-card-utils: use __free(device_node) for device node Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2024-12-03  2:10 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-sound


Hi Mark

These patches tidyup simple-card-utils for Multi connection of
Audio Graph Card, Because of DT node parsing, it should check port
1st instead of endpoint. Otherwise, it can't handle DAI correctly.

Kuninori Morimoto (3):
  ASoC: simple-card-utils: use __free(device_node) for device node
  ASoC: simple-card-utils: check port reg first on graph_get_dai_id()
  ASoC: simple-card-utils: use for_each_of_graph_port() on graph_get_dai_id()

 sound/soc/generic/simple-card-utils.c | 58 +++++++++++----------------
 1 file changed, 23 insertions(+), 35 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-12-10 14:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03  2:10 [PATCH 0/3] ASoC: simple-card-utils: tidyup for Multi connection Kuninori Morimoto
2024-12-03  2:10 ` [PATCH 1/3] ASoC: simple-card-utils: use __free(device_node) for device node Kuninori Morimoto
2024-12-03  2:10 ` [PATCH 2/3] ASoC: simple-card-utils: check port reg first on graph_get_dai_id() Kuninori Morimoto
2024-12-03  2:10 ` [PATCH 3/3] ASoC: simple-card-utils: use for_each_of_graph_port() " Kuninori Morimoto
2024-12-10 14:51 ` [PATCH 0/3] ASoC: simple-card-utils: tidyup for Multi connection Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox