aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-02-22 13:38:13 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-02-22 13:38:13 -0500
commit4c090edfbbe3f8e63ec9fb7abaab17e0191646a1 (patch)
treef90c28b485d7b43c4162e834c6f1b5b7bd6ae294
parent4baafdd76bafc51699a924d2bc1317f50b4ea75f (diff)
parentcea2bc50a3dd88e43be2e926a9ae31ab7816bf2d (diff)
Merge branch 'for-2.6.38' into for-2.6.39
-rw-r--r--sound/soc/codecs/wm8903.h2
-rw-r--r--sound/soc/codecs/wm8994.c5
2 files changed, 3 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8903.h b/sound/soc/codecs/wm8903.h
index 9ef394ae0dd3..db949311c0f2 100644
--- a/sound/soc/codecs/wm8903.h
+++ b/sound/soc/codecs/wm8903.h
@@ -173,7 +173,7 @@ extern int wm8903_mic_detect(struct snd_soc_codec *codec,
173 173
174#define WM8903_VMID_RES_50K 2 174#define WM8903_VMID_RES_50K 2
175#define WM8903_VMID_RES_250K 3 175#define WM8903_VMID_RES_250K 3
176#define WM8903_VMID_RES_5K 4 176#define WM8903_VMID_RES_5K 6
177 177
178/* 178/*
179 * R8 (0x08) - Analogue DAC 0 179 * R8 (0x08) - Analogue DAC 0
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index c0adbf8098ec..b23e91027d64 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -3000,11 +3000,10 @@ static void wm8958_default_micdet(u16 status, void *data)
3000 report |= SND_JACK_BTN_5; 3000 report |= SND_JACK_BTN_5;
3001 3001
3002done: 3002done:
3003 snd_soc_jack_report(wm8994->micdet[0].jack, 3003 snd_soc_jack_report(wm8994->micdet[0].jack, report,
3004 SND_JACK_BTN_0 | SND_JACK_BTN_1 | SND_JACK_BTN_2 | 3004 SND_JACK_BTN_0 | SND_JACK_BTN_1 | SND_JACK_BTN_2 |
3005 SND_JACK_BTN_3 | SND_JACK_BTN_4 | SND_JACK_BTN_5 | 3005 SND_JACK_BTN_3 | SND_JACK_BTN_4 | SND_JACK_BTN_5 |
3006 SND_JACK_MICROPHONE | SND_JACK_VIDEOOUT, 3006 SND_JACK_MICROPHONE | SND_JACK_VIDEOOUT);
3007 report);
3008} 3007}
3009 3008
3010/** 3009/**