All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC: simple-card / audio-graph re-cleanup
@ 2021-05-10  1:51 Kuninori Morimoto
  2021-05-10  1:52 ` [PATCH 1/4] ASoC: simple-card: add simple_parse_node() Kuninori Morimoto
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Kuninori Morimoto @ 2021-05-10  1:51 UTC (permalink / raw)
  To: Mark Brown, Michael Walle, Guillaume Tucker; +Cc: Linux-ALSA


Hi Mark, Guillaume

KernelCI had reported that my previous cleanup patches for simple-card / audio-graph
broke kontron-sl28-var3-ads2 sound card probing.
It reported that it is using same name for dailink->name.

At first I thought that the issue was fsl,vf610-sai doesn't have .name on driver.
But real issue was that cpu->dai_name removed on simple_parse_node(),
and dailink->name was based on it.
We need to set/get dailink->name first, and call simple_parse_node().
This patches are do it.
audio-graph has same issue. [4/4] patch is for it.

I hope these patches has no issues on kontron-sl28-var3-ads2.

Link: https://lore.kernel.org/r/87h7k0i437.wl-kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/20210423175318.13990-1-broonie@kernel.org
Link: https://lore.kernel.org/r/3ca62063-41b4-c25b-a7bc-8a8160e7b684@collabora.com

Kuninori Morimoto (4):
  ASoC: simple-card: add simple_parse_node()
  ASoC: simple-card: add simple_link_init()
  ASoC: audio-graph: tidyup graph_dai_link_of_dpcm()
  ASoC: audio-graph: tidyup dai_name seting timing

 sound/soc/generic/audio-graph-card.c |  48 +++----
 sound/soc/generic/simple-card.c      | 187 ++++++++++++++-------------
 2 files changed, 122 insertions(+), 113 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-05-11 14:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10  1:51 [PATCH 0/4] ASoC: simple-card / audio-graph re-cleanup Kuninori Morimoto
2021-05-10  1:52 ` [PATCH 1/4] ASoC: simple-card: add simple_parse_node() Kuninori Morimoto
2021-05-10  1:52 ` [PATCH 2/4] ASoC: simple-card: add simple_link_init() Kuninori Morimoto
2021-05-10  1:52 ` [PATCH 3/4] ASoC: audio-graph: tidyup graph_dai_link_of_dpcm() Kuninori Morimoto
2021-05-10  1:52 ` [PATCH 4/4] ASoC: audio-graph: tidyup dai_name seting timing Kuninori Morimoto
2021-05-10 11:46 ` [PATCH 0/4] ASoC: simple-card / audio-graph re-cleanup Michael Walle
2021-05-10 12:27 ` Guillaume Tucker
2021-05-11 14:49   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.