OSDN Git Service

ASoC: smd845: remove auto rebinding
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Thu, 2 Aug 2018 15:03:37 +0000 (16:03 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 2 Aug 2018 16:19:43 +0000 (17:19 +0100)
commit62121debfb31a8700e387bd2987779b3a98bc520
treef9dad25ecc7858b569219bfe0c907bf7b56caa2d
parent1eb576881ff884dd6d10272b96cc336d156492c2
ASoC: smd845: remove auto rebinding

Remove auto rebinding support, as component framework can deadlock
in few usecases if we are trying to add new/remove component within
a bind/unbind callbacks.

Card rebinding is ASoC core feature so all the previous component
framework stuff in q6dsp remains removed.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/sdm845.c