linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: core: remove support for card rebind using component framework
@ 2018-08-02 15:03 Srinivas Kandagatla
  2018-08-02 15:03 ` [PATCH 1/3] ASoC: apq8096: remove auto rebinding Srinivas Kandagatla
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Srinivas Kandagatla @ 2018-08-02 15:03 UTC (permalink / raw)
  To: broonie, lgirdwood, alsa-devel
  Cc: perex, tiwai, vkoul, linux-kernel, rohitkr, bgoswami,
	stefan.wahren, guillaume.tucker, Srinivas Kandagatla

DRM based audio components get registered inside the component framework
bind callback. However component framework has a big mutex lock taken for
every call to component_add, component_del and bind, unbind callbacks.

This can lead to deadlock situation if we are trying to add new/remove
component within a bind/unbind callbacks. Which is what was happening
with bcm2837 rpi 3.

Revert this change till we sort out the mutex issue.

Thanks,
srini

Srinivas Kandagatla (3):
  ASoC: apq8096: remove auto rebinding
  ASoC: smd845: remove auto rebinding
  ASoC: core: remove support for card rebind using component framework

 include/sound/soc.h      |  7 ------
 sound/soc/qcom/apq8096.c |  2 --
 sound/soc/qcom/sdm845.c  |  2 --
 sound/soc/soc-core.c     | 62 ------------------------------------------------
 4 files changed, 73 deletions(-)

-- 
2.16.2


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

end of thread, other threads:[~2018-08-02 16:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-02 15:03 [PATCH 0/3] ASoC: core: remove support for card rebind using component framework Srinivas Kandagatla
2018-08-02 15:03 ` [PATCH 1/3] ASoC: apq8096: remove auto rebinding Srinivas Kandagatla
2018-08-02 16:21   ` Applied "ASoC: apq8096: remove auto rebinding" to the asoc tree Mark Brown
2018-08-02 15:03 ` [PATCH 2/3] ASoC: smd845: remove auto rebinding Srinivas Kandagatla
2018-08-02 16:20   ` Applied "ASoC: smd845: remove auto rebinding" to the asoc tree Mark Brown
2018-08-02 15:03 ` [PATCH 3/3] ASoC: core: remove support for card rebind using component framework Srinivas Kandagatla
2018-08-02 16:20   ` Applied "ASoC: core: remove support for card rebind using component framework" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).