On Wed, Jul 12, 2017 at 5:55 PM, Johan Hovold <[email protected]> wrote:
> This reverts commit f1013cdeeeb9 ("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 99b04f4c4051 ("ASoC: add Component level
> pcm_new/pcm_free" that broke PCM creation on systems that use more than
> one platform component.
>
> Fixes: f1013cdeeeb9 ("ASoC: ux500: drop platform DAI assignments")
> Cc: stable <[email protected]> # 4.11
> Cc: Linus Walleij <[email protected]>
> Signed-off-by: Johan Hovold <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Tested-by: Linus Walleij <[email protected]>
These static assignments should go away, but not for the wrong reason.
So this patch is fully in order given the source of the bug.
Yours,
Linus Walleij