aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8994.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8994.c')
-rw-r--r--sound/soc/codecs/wm8994.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 027bf683efce..16e2bd7c3cea 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -3042,6 +3042,8 @@ static void wm8958_default_micdet(u16 status, void *data)
3042 struct snd_soc_codec *codec = data; 3042 struct snd_soc_codec *codec = data;
3043 struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec); 3043 struct wm8994_priv *wm8994 = snd_soc_codec_get_drvdata(codec);
3044 3044
3045 dev_dbg(codec->dev, "MICDET %x\n", status);
3046
3045 /* If nothing present then clear our statuses */ 3047 /* If nothing present then clear our statuses */
3046 if (!(status & WM8958_MICD_STS)) { 3048 if (!(status & WM8958_MICD_STS)) {
3047 dev_dbg(codec->dev, "Detected open circuit\n"); 3049 dev_dbg(codec->dev, "Detected open circuit\n");