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

Commit a1ee8b06 authored by Sudheer Papothi's avatar Sudheer Papothi Committed by Gerrit - the friendly Code Review server
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>
parent f82ab04c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1073,7 +1073,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;
	}