From 86b99eeb6b83cf6cc6c89855cf7892fd18b0b816 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Fri, 3 Feb 2012 13:15:18 +0000 Subject: [PATCH] --- yaml --- r: 293299 b: refs/heads/master c: 654a28c9dcf74a771318dacf237dd027944621b3 h: refs/heads/master i: 293297: a58be48cab84babd2ef8628aca93ca30a233dadc 293295: 76198d810dfef5fe9ed10466151d7144886bb3d6 v: v3 --- [refs] | 2 +- trunk/sound/soc/samsung/littlemill.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 77614c0dd4d0..903cce362f54 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 022658beab5581ecc1d325d60857f2fc464da22f +refs/heads/master: 654a28c9dcf74a771318dacf237dd027944621b3 diff --git a/trunk/sound/soc/samsung/littlemill.c b/trunk/sound/soc/samsung/littlemill.c index 9dd818bde06f..e7416851bf7d 100644 --- a/trunk/sound/soc/samsung/littlemill.c +++ b/trunk/sound/soc/samsung/littlemill.c @@ -189,6 +189,9 @@ static int littlemill_late_probe(struct snd_soc_card *card) /* This will check device compatibility itself */ wm8958_mic_detect(codec, &littlemill_headset, NULL, NULL); + /* As will this */ + wm8994_mic_detect(codec, &littlemill_headset, 1); + return 0; }