瀏覽代碼

Merge branch 'for-3.0' into for-3.1

Mark Brown 14 年之前
父節點
當前提交
47d90a03eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/codecs/wm8994.c

+ 1 - 1
sound/soc/codecs/wm8994.c

@@ -2788,7 +2788,7 @@ static void wm8958_default_micdet(u16 status, void *data)
 	report = SND_JACK_MICROPHONE;
 
 	/* Everything else is buttons; just assign slots */
-	if (status & 0x1c0)
+	if (status & 0x1c)
 		report |= SND_JACK_BTN_0;
 
 done: