]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: ux500: Restore platform DAI assignments
authorJohan Hovold <johan@kernel.org>
Wed, 12 Jul 2017 15:55:30 +0000 (17:55 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 17 Jul 2017 14:50:39 +0000 (15:50 +0100)
commitaae77567e9bae6e3241f7a4a0a8e8270731a6a76
tree1226f02d497b6e5f99fe74e5fd628b578521371a
parenta3496c21bd3ed647535330f5fdda40449e56a630
ASoC: ux500: Restore platform DAI assignments

This reverts commit c90229d391eb ("ASoC: ux500: drop platform DAI
assignments"), which seems to have been based on a misunderstanding and
prevents the platform driver callbacks from being made (e.g. to
preallocate DMA memory).

The real culprit for the warnings about attempts to create duplicate
procfs entries was commit 5918963a2161 ("ASoC: add Component level
pcm_new/pcm_free" that broke PCM creation on systems that use more than
one platform component.

Fixes: c90229d391eb ("ASoC: ux500: drop platform DAI assignments")
Signed-off-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable <stable@vger.kernel.org> # 4.11
sound/soc/ux500/mop500.c