diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-17 05:25:58 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-17 05:25:58 -0400 |
commit | 440085598672c0e3fde8a48495f61fea418b06d1 (patch) | |
tree | a709952870736f5e5866f9710049b20176bdb095 | |
parent | b0b3e6f86178723878dbe401c4ba192172a8acdd (diff) | |
parent | b793eb60a01d5b5e4aaeb2fbc2b036dec0d9f84d (diff) |
Merge branch 'for-3.0' into for-3.1
-rw-r--r-- | sound/soc/codecs/wm8994.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 377ae646e20c..09e680ae88b2 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -1206,7 +1206,6 @@ SND_SOC_DAPM_INPUT("DMIC1DAT"), | |||
1206 | SND_SOC_DAPM_INPUT("DMIC2DAT"), | 1206 | SND_SOC_DAPM_INPUT("DMIC2DAT"), |
1207 | SND_SOC_DAPM_INPUT("Clock"), | 1207 | SND_SOC_DAPM_INPUT("Clock"), |
1208 | 1208 | ||
1209 | SND_SOC_DAPM_MICBIAS("MICBIAS", WM8994_MICBIAS, 2, 0), | ||
1210 | SND_SOC_DAPM_SUPPLY_S("MICBIAS Supply", 1, SND_SOC_NOPM, 0, 0, micbias_ev, | 1209 | SND_SOC_DAPM_SUPPLY_S("MICBIAS Supply", 1, SND_SOC_NOPM, 0, 0, micbias_ev, |
1211 | SND_SOC_DAPM_PRE_PMU), | 1210 | SND_SOC_DAPM_PRE_PMU), |
1212 | 1211 | ||
@@ -1517,8 +1516,10 @@ static const struct snd_soc_dapm_route wm8994_revd_intercon[] = { | |||
1517 | { "AIF2DACDAT", NULL, "AIF1DACDAT" }, | 1516 | { "AIF2DACDAT", NULL, "AIF1DACDAT" }, |
1518 | { "AIF1ADCDAT", NULL, "AIF2ADCDAT" }, | 1517 | { "AIF1ADCDAT", NULL, "AIF2ADCDAT" }, |
1519 | { "AIF2ADCDAT", NULL, "AIF1ADCDAT" }, | 1518 | { "AIF2ADCDAT", NULL, "AIF1ADCDAT" }, |
1520 | { "MICBIAS", NULL, "CLK_SYS" }, | 1519 | { "MICBIAS1", NULL, "CLK_SYS" }, |
1521 | { "MICBIAS", NULL, "MICBIAS Supply" }, | 1520 | { "MICBIAS1", NULL, "MICBIAS Supply" }, |
1521 | { "MICBIAS2", NULL, "CLK_SYS" }, | ||
1522 | { "MICBIAS2", NULL, "MICBIAS Supply" }, | ||
1522 | }; | 1523 | }; |
1523 | 1524 | ||
1524 | static const struct snd_soc_dapm_route wm8994_intercon[] = { | 1525 | static const struct snd_soc_dapm_route wm8994_intercon[] = { |