From: Mark Brown <broonie@opensource.wolfsonmicro.com>
Date: Fri, 7 Dec 2012 03:49:40 +0000 (+0900)
Subject: ASoC: arizona: Log the clock we're setting the DAI to use
X-Git-Tag: v3.8-rc1~133^2~8^2~70^2~3
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c8d35a6a3e071a93814a78ce997143aa02067351;p=users%2Fjedix%2Flinux-maple.git

ASoC: arizona: Log the clock we're setting the DAI to use

Useful for diagnostics.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---

diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c
index 6c1be6cadc0b..8e1da574f33b 100644
--- a/sound/soc/codecs/arizona.c
+++ b/sound/soc/codecs/arizona.c
@@ -749,6 +749,9 @@ static int arizona_dai_set_sysclk(struct snd_soc_dai *dai,
 		return -EBUSY;
 	}
 
+	dev_dbg(codec->dev, "Setting AIF%d to %s\n", dai->id + 1,
+		arizona_dai_clk_str(clk_id));
+
 	memset(&routes, 0, sizeof(routes));
 	routes[0].sink = dai->driver->capture.stream_name;
 	routes[1].sink = dai->driver->playback.stream_name;