]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: qdsp6: q6routing: remove default routing
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Wed, 11 Mar 2020 18:04:22 +0000 (18:04 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 12 Mar 2020 12:55:39 +0000 (12:55 +0000)
commit625455c6519a2902129a1d7ec52ee1858fb2ac3b
treeaeff1c4db978380b5cd8b7d77186c81af5f6a718
parentdff6ecb77934a541b259a8514b84383465bb2c0d
ASoC: qdsp6: q6routing: remove default routing

Frontend dais can be configured to rx or tx or both, however having default
routes without considering this configuration can lead to failures during
card probe as below for compress rx only case. These routing have to come
from sound card routing table in device tree.

"routing: ASoC: Failed to add route MM_UL1 -> direct -> MultiMedia1 Capture
msm-snd-sdm845 sound: ASoC: failed to instantiate card -19
"

Reported-by: Vinod Koul <vinod.koul@linaro.org>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20200311180422.28363-3-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/qdsp6/q6routing.c