All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5 v4] ASoC: rsnd: tidyup .remove method
@ 2015-02-13  4:42 Kuninori Morimoto
  2015-02-13  4:43 ` [PATCH 1/5 v4] ASoC: soc-core: add snd_soc_remove_card() Kuninori Morimoto
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Kuninori Morimoto @ 2015-02-13  4:42 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Simon, Liam Girdwood


Hi Mark

These are v4 of unbind/bind issue fixup patches.
It adds new snd_soc_remove_card() and temporally remove card from system.
and rebind it again if next component was binded.
Then, it indicates warning

Kuninori Morimoto (5):
      ASoC: soc-core: add snd_soc_remove_card()
      ASoC: soc-core: deactivate pins in snd_soc_instantiate_card()
      ASoC: soc-core: call soc_cleanup_card_debugfs() from snd_soc_unregister_card()
      ASoC: soc-core: call snd_soc_remove_card() when component del
      ASoC: soc-core: indicate warning for unbind/bind issue

 include/sound/soc.h  |    1 +
 sound/soc/soc-core.c |   81 +++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 61 insertions(+), 21 deletions(-)

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

end of thread, other threads:[~2015-03-23  9:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-13  4:42 [PATCH 0/5 v4] ASoC: rsnd: tidyup .remove method Kuninori Morimoto
2015-02-13  4:43 ` [PATCH 1/5 v4] ASoC: soc-core: add snd_soc_remove_card() Kuninori Morimoto
2015-02-13  4:43 ` [PATCH 2/5 v4] ASoC: soc-core: deactivate pins in snd_soc_instantiate_card() Kuninori Morimoto
2015-03-22 18:31   ` Mark Brown
2015-02-13  4:43 ` [PATCH 3/5 v4] ASoC: soc-core: call soc_cleanup_card_debugfs() from snd_soc_unregister_card() Kuninori Morimoto
2015-03-22 18:33   ` Mark Brown
2015-03-23  7:42     ` Kuninori Morimoto
2015-02-13  4:43 ` [PATCH 4/5 v4] ASoC: soc-core: call snd_soc_remove_card() when component del Kuninori Morimoto
2015-03-22 18:43   ` Mark Brown
2015-02-13  4:44 ` [PATCH 5/5 v4] ASoC: soc-core: indicate warning for unbind/bind issue Kuninori Morimoto
2015-03-22 18:50   ` Mark Brown
2015-03-23  9:12     ` Kuninori Morimoto
2015-03-05  7:16 ` [PATCH 0/5 v4] ASoC: rsnd: tidyup .remove method Kuninori Morimoto
2015-03-11  1:58 ` Kuninori Morimoto

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.