diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-10 19:32:21 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-13 21:31:03 +0900 |
commit | 55e7276e93f75ae032dbafca141a8403c7f1b450 (patch) | |
tree | 975f5222c2ad4192792ee4876d3c140272d1355f /sound | |
parent | 9fc50a2ead28afea1da19c22b1054f7e23d6eb45 (diff) | |
download | linux-stable-55e7276e93f75ae032dbafca141a8403c7f1b450.tar.gz linux-stable-55e7276e93f75ae032dbafca141a8403c7f1b450.tar.bz2 linux-stable-55e7276e93f75ae032dbafca141a8403c7f1b450.zip |
ASoC: wm5102: Provide MICSUPP widget for regulator driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm5102.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm5102.c b/sound/soc/codecs/wm5102.c index 688ade080589..808608a053c2 100644 --- a/sound/soc/codecs/wm5102.c +++ b/sound/soc/codecs/wm5102.c @@ -1109,6 +1109,8 @@ SND_SOC_DAPM_OUTPUT("SPKOUTRN"), SND_SOC_DAPM_OUTPUT("SPKOUTRP"), SND_SOC_DAPM_OUTPUT("SPKDAT1L"), SND_SOC_DAPM_OUTPUT("SPKDAT1R"), + +SND_SOC_DAPM_OUTPUT("MICSUPP"), }; #define ARIZONA_MIXER_INPUT_ROUTES(name) \ @@ -1321,6 +1323,8 @@ static const struct snd_soc_dapm_route wm5102_dapm_routes[] = { { "AEC Loopback", "SPKDAT1R", "OUT5R" }, { "SPKDAT1L", NULL, "OUT5L" }, { "SPKDAT1R", NULL, "OUT5R" }, + + { "MICSUPP", NULL, "SYSCLK" }, }; static int wm5102_set_fll(struct snd_soc_codec *codec, int fll_id, int source, |