Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: tidyup card rebind functions
@ 2026-05-13  1:48 Kuninori Morimoto
  2026-05-13  1:48 ` [PATCH 1/2] ASoC: soc-core: add soc_rebind_card() Kuninori Morimoto
  2026-05-13  1:48 ` [PATCH 2/2] ASoC: soc-core: handle card->list in snd_soc_unbind_card() Kuninori Morimoto
  0 siblings, 2 replies; 7+ messages in thread
From: Kuninori Morimoto @ 2026-05-13  1:48 UTC (permalink / raw)
  To: Mark Brown, Rojewski, Cezary; +Cc: linux-sound


Hi Mar, Cezary

Now, all user can use deferrable card binding.

Now soc-core.c file has handling Card/Component/DAI randomly, so I would
like to capsuling these into soc-card/dai/component.c files.

So, I would like to handle Card related things in xx_card_xx() function.
It is easy to move functions when capsuling.

This patch tidyup deferrable card binding. No functional change.

Kuninori Morimoto (2):
  ASoC: soc-core: add soc_rebind_card()
  ASoC: soc-core: handle card->list in snd_soc_unbind_card()

 sound/soc/soc-core.c | 31 +++++++++++++++++++------------
 1 file changed, 19 insertions(+), 12 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-05-14  0:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13  1:48 [PATCH 0/2] ASoC: tidyup card rebind functions Kuninori Morimoto
2026-05-13  1:48 ` [PATCH 1/2] ASoC: soc-core: add soc_rebind_card() Kuninori Morimoto
2026-05-13 21:01   ` Rojewski, Cezary
2026-05-13 23:36     ` Kuninori Morimoto
2026-05-13  1:48 ` [PATCH 2/2] ASoC: soc-core: handle card->list in snd_soc_unbind_card() Kuninori Morimoto
2026-05-13 20:46   ` Rojewski, Cezary
2026-05-14  0:04     ` Kuninori Morimoto

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