Add support of MediaTek mt8188 to SOF
authorMark Brown <broonie@kernel.org>
Tue, 10 Jan 2023 16:42:44 +0000 (16:42 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 10 Jan 2023 16:42:44 +0000 (16:42 +0000)
Merge series from Tinghan Shen <tinghan.shen@mediatek.com>:

Add support of MediaTek mt8188 SoC DSP to SOF.
The sof driver patches in this series are taken from
thesofproject/linux/tree/topic/sof-dev-rebase.

sound/soc/fsl/fsl-asoc-card.c

index c836848..58834e5 100644 (file)
@@ -855,7 +855,7 @@ static int fsl_asoc_card_probe(struct platform_device *pdev)
 
        ret = devm_snd_soc_register_card(&pdev->dev, &priv->card);
        if (ret) {
-               dev_err_probe(&pdev->dev, ret, "snd_soc_register_card failed\n");
+               dev_err_probe(&pdev->dev, ret, "snd_soc_register_card failed: %d\n", ret);
                goto asrc_fail;
        }