mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ASoC: rockchip: i2s: Explicit info for Multi-DAI
It's helpful for user to observe the DAI path by kmsg. Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Change-Id: Iebf69a9ecbca5fe6a98ca1512ea549c67f18cdff
This commit is contained in:
@@ -785,8 +785,10 @@ static int rockchip_i2s_probe(struct platform_device *pdev)
|
||||
goto err_suspend;
|
||||
}
|
||||
|
||||
if (of_property_read_bool(node, "rockchip,no-dmaengine"))
|
||||
if (of_property_read_bool(node, "rockchip,no-dmaengine")) {
|
||||
dev_info(&pdev->dev, "Used for Multi-DAI\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
ret = devm_snd_dmaengine_pcm_register(&pdev->dev, NULL, 0);
|
||||
if (ret) {
|
||||
|
||||
Reference in New Issue
Block a user