Browse Source

ASoC: Provide debug log of accessory status on WM8958

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 13 years ago
parent
commit
a1691343a3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sound/soc/codecs/wm8994.c

+ 2 - 0
sound/soc/codecs/wm8994.c

@@ -3042,6 +3042,8 @@ static void wm8958_default_micdet(u16 status, void *data)
 	struct snd_soc_codec *codec = data;
 	struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec);
 
+	dev_dbg(codec->dev, "MICDET %x\n", status);
+
 	/* If nothing present then clear our statuses */
 	if (!(status & WM8958_MICD_STS)) {
 		dev_dbg(codec->dev, "Detected open circuit\n");