summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm5110.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-19 12:42:30 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-19 12:42:30 +0000
commit45aae62ddd1463cd89a036f9fdf213ff2b7910b0 (patch)
tree79213b6f0c9c976d7cb3c553592ac61ea5313895 /sound/soc/codecs/wm5110.c
parentfc221525bd63887f74c18708ee1d654d019fa8c3 (diff)
parent57a10a1fc3c42bdb5225ce22651d6f2b03ba8325 (diff)
downloadop-kernel-dev-45aae62ddd1463cd89a036f9fdf213ff2b7910b0.zip
op-kernel-dev-45aae62ddd1463cd89a036f9fdf213ff2b7910b0.tar.gz
Merge remote-tracking branch 'regulator/topic/arizona' into regulator-next
Diffstat (limited to 'sound/soc/codecs/wm5110.c')
-rw-r--r--sound/soc/codecs/wm5110.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c
index 7a09096..0320a32 100644
--- a/sound/soc/codecs/wm5110.c
+++ b/sound/soc/codecs/wm5110.c
@@ -624,6 +624,8 @@ SND_SOC_DAPM_OUTPUT("SPKDAT1L"),
SND_SOC_DAPM_OUTPUT("SPKDAT1R"),
SND_SOC_DAPM_OUTPUT("SPKDAT2L"),
SND_SOC_DAPM_OUTPUT("SPKDAT2R"),
+
+SND_SOC_DAPM_OUTPUT("MICSUPP"),
};
#define ARIZONA_MIXER_INPUT_ROUTES(name) \
@@ -832,6 +834,8 @@ static const struct snd_soc_dapm_route wm5110_dapm_routes[] = {
{ "SPKDAT2L", NULL, "OUT6L" },
{ "SPKDAT2R", NULL, "OUT6R" },
+
+ { "MICSUPP", NULL, "SYSCLK" },
};
static int wm5110_set_fll(struct snd_soc_codec *codec, int fll_id, int source,
OpenPOWER on IntegriCloud