From 9796ad49fff62d05201f2553da9c2e289da7c3f0 Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Tue, 13 Apr 2021 01:18:51 +0100 Subject: [PATCH] Additional debug statement --- seeed-voicecard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/seeed-voicecard.c b/seeed-voicecard.c index 0a413d9..b8bc900 100644 --- a/seeed-voicecard.c +++ b/seeed-voicecard.c @@ -399,6 +399,7 @@ static int seeed_voice_card_dai_init(struct snd_soc_pcm_runtime *rtd) if (ret < 0) return ret; + dev_dbg(rtd->card->dev, "codec \"%s\" mapping to cpu \"%s\"\n", codec->name, cpu->name); return 0; }