Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23f17c04 authored by Sudheer Papothi's avatar Sudheer Papothi Committed by Meng Wang
Browse files

ASoC: core: Add debug message to find the platform name



Add debug message to find the platform name during failure
scenario.

Change-Id: I7ce5beff6f93e642db765dcb3066b30ed6e7e843
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
Signed-off-by: default avatarXiaoyu Ye <benyxy@codeaurora.org>
Signed-off-by: default avatarMeng Wang <mwang@codeaurora.org>
parent 8e8b850c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1205,7 +1205,8 @@ static int soc_bind_dai_link(struct snd_soc_card *card,
	}
	if (!rtd->platform) {
		dev_err(card->dev, "ASoC: platform %s not registered\n",
			dai_link->platform_name);
			((platform_name) ? platform_name :
			  dai_link->platform_of_node->full_name));
		goto _err_defer;
	}