aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8994.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-07-15 02:12:31 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-08-14 00:44:14 -0400
commit4e04adaf87c678425b8009c5f208d9acfc1530ab (patch)
treeff40ab816ea4961066633c7023048cc8b3be2465 /sound/soc/codecs/wm8994.c
parent70e141228a24a538dfcd5ba641f92c1bdc239eb0 (diff)
ASoC: Add VMID widget for wm_hubs devices
Currently this does not actually do anything, it is being introduced in order to facilitate additional power optimisations for current generation devices. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/codecs/wm8994.c')
-rw-r--r--sound/soc/codecs/wm8994.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c
index 4487c5e6ad89..f57e01344adb 100644
--- a/sound/soc/codecs/wm8994.c
+++ b/sound/soc/codecs/wm8994.c
@@ -1209,6 +1209,7 @@ SND_SOC_DAPM_INPUT("Clock"),
1209 1209
1210SND_SOC_DAPM_SUPPLY_S("MICBIAS Supply", 1, SND_SOC_NOPM, 0, 0, micbias_ev, 1210SND_SOC_DAPM_SUPPLY_S("MICBIAS Supply", 1, SND_SOC_NOPM, 0, 0, micbias_ev,
1211 SND_SOC_DAPM_PRE_PMU), 1211 SND_SOC_DAPM_PRE_PMU),
1212SND_SOC_DAPM_SUPPLY("VMID", SND_SOC_NOPM, 0, 0, NULL, 0),
1212 1213
1213SND_SOC_DAPM_SUPPLY("CLK_SYS", SND_SOC_NOPM, 0, 0, clk_sys_event, 1214SND_SOC_DAPM_SUPPLY("CLK_SYS", SND_SOC_NOPM, 0, 0, clk_sys_event,
1214 SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD), 1215 SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD),
@@ -1526,6 +1527,8 @@ static const struct snd_soc_dapm_route wm8994_revd_intercon[] = {
1526static const struct snd_soc_dapm_route wm8994_intercon[] = { 1527static const struct snd_soc_dapm_route wm8994_intercon[] = {
1527 { "AIF2DACL", NULL, "AIF2DAC Mux" }, 1528 { "AIF2DACL", NULL, "AIF2DAC Mux" },
1528 { "AIF2DACR", NULL, "AIF2DAC Mux" }, 1529 { "AIF2DACR", NULL, "AIF2DAC Mux" },
1530 { "MICBIAS1", NULL, "VMID" },
1531 { "MICBIAS2", NULL, "VMID" },
1529}; 1532};
1530 1533
1531static const struct snd_soc_dapm_route wm8958_intercon[] = { 1534static const struct snd_soc_dapm_route wm8958_intercon[] = {