diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-10 14:32:33 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-13 07:31:04 -0500 |
commit | 57a10a1fc3c42bdb5225ce22651d6f2b03ba8325 (patch) | |
tree | c81dbcf9db0de7e2582fc471a23a801d576a4579 /sound/soc/codecs/wm5110.c | |
parent | 55e7276e93f75ae032dbafca141a8403c7f1b450 (diff) |
ASoC: wm5110: Provide MICSUPP widget for regulator driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm5110.c')
-rw-r--r-- | sound/soc/codecs/wm5110.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c index ae80c8c28536..c1d46d608e5d 100644 --- a/sound/soc/codecs/wm5110.c +++ b/sound/soc/codecs/wm5110.c | |||
@@ -625,6 +625,8 @@ SND_SOC_DAPM_OUTPUT("SPKDAT1L"), | |||
625 | SND_SOC_DAPM_OUTPUT("SPKDAT1R"), | 625 | SND_SOC_DAPM_OUTPUT("SPKDAT1R"), |
626 | SND_SOC_DAPM_OUTPUT("SPKDAT2L"), | 626 | SND_SOC_DAPM_OUTPUT("SPKDAT2L"), |
627 | SND_SOC_DAPM_OUTPUT("SPKDAT2R"), | 627 | SND_SOC_DAPM_OUTPUT("SPKDAT2R"), |
628 | |||
629 | SND_SOC_DAPM_OUTPUT("MICSUPP"), | ||
628 | }; | 630 | }; |
629 | 631 | ||
630 | #define ARIZONA_MIXER_INPUT_ROUTES(name) \ | 632 | #define ARIZONA_MIXER_INPUT_ROUTES(name) \ |
@@ -833,6 +835,8 @@ static const struct snd_soc_dapm_route wm5110_dapm_routes[] = { | |||
833 | 835 | ||
834 | { "SPKDAT2L", NULL, "OUT6L" }, | 836 | { "SPKDAT2L", NULL, "OUT6L" }, |
835 | { "SPKDAT2R", NULL, "OUT6R" }, | 837 | { "SPKDAT2R", NULL, "OUT6R" }, |
838 | |||
839 | { "MICSUPP", NULL, "SYSCLK" }, | ||
836 | }; | 840 | }; |
837 | 841 | ||
838 | static int wm5110_set_fll(struct snd_soc_codec *codec, int fll_id, int source, | 842 | static int wm5110_set_fll(struct snd_soc_codec *codec, int fll_id, int source, |