All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: soc-core: adjust platform for new style
@ 2018-09-11  6:50 Kuninori Morimoto
  2018-09-11  6:51 ` [PATCH 1/2] ASoC: soc-core: manage platform name under snd_soc_init_platform() Kuninori Morimoto
  2018-09-11  6:51 ` [PATCH 2/2] ASoC: soc-core: add snd_soc_is_matching_component() Kuninori Morimoto
  0 siblings, 2 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2018-09-11  6:50 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Hi Mark

These are v2 of
"ASoC: soc-core: use more generic method to find platform"
but, renamed patch series naming.

v1 patch set had bug under DPCM which can't probe sound card.
The cause was "platform name" management and "component" finding loop.
These patch set solved this issue.
And then, patch set became reduced

Now, ALSA SoC is using snd_soc_dai_link_component for platform
instead of legacy style (= platform_name/platform_of_node/platform).

OTOH, CPU/Codec are finding its DAI by using common snd_soc_find_dai()
function which uses snd_soc_dai_link_component.
Then, of course, we want to use same style for platform.

These patch do it.

Kuninori Morimoto (2):
  ASoC: soc-core: manage platform name under snd_soc_init_platform()
  ASoC: soc-core: add snd_soc_is_matching_component()

 sound/soc/soc-core.c | 73 +++++++++++++++++++++++++++-------------------------
 1 file changed, 38 insertions(+), 35 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-09-17 21:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-11  6:50 [PATCH 0/2] ASoC: soc-core: adjust platform for new style Kuninori Morimoto
2018-09-11  6:51 ` [PATCH 1/2] ASoC: soc-core: manage platform name under snd_soc_init_platform() Kuninori Morimoto
2018-09-17 21:21   ` Applied "ASoC: soc-core: manage platform name under snd_soc_init_platform()" to the asoc tree Mark Brown
2018-09-11  6:51 ` [PATCH 2/2] ASoC: soc-core: add snd_soc_is_matching_component() Kuninori Morimoto
2018-09-17 21:21   ` Applied "ASoC: soc-core: add snd_soc_is_matching_component()" to the asoc tree 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.