diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-10 14:32:21 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-13 07:31:03 -0500 |
commit | 55e7276e93f75ae032dbafca141a8403c7f1b450 (patch) | |
tree | 975f5222c2ad4192792ee4876d3c140272d1355f /sound | |
parent | 9fc50a2ead28afea1da19c22b1054f7e23d6eb45 (diff) |
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"), | |||
1109 | SND_SOC_DAPM_OUTPUT("SPKOUTRP"), | 1109 | SND_SOC_DAPM_OUTPUT("SPKOUTRP"), |
1110 | SND_SOC_DAPM_OUTPUT("SPKDAT1L"), | 1110 | SND_SOC_DAPM_OUTPUT("SPKDAT1L"), |
1111 | SND_SOC_DAPM_OUTPUT("SPKDAT1R"), | 1111 | SND_SOC_DAPM_OUTPUT("SPKDAT1R"), |
1112 | |||
1113 | SND_SOC_DAPM_OUTPUT("MICSUPP"), | ||
1112 | }; | 1114 | }; |
1113 | 1115 | ||
1114 | #define ARIZONA_MIXER_INPUT_ROUTES(name) \ | 1116 | #define ARIZONA_MIXER_INPUT_ROUTES(name) \ |
@@ -1321,6 +1323,8 @@ static const struct snd_soc_dapm_route wm5102_dapm_routes[] = { | |||
1321 | { "AEC Loopback", "SPKDAT1R", "OUT5R" }, | 1323 | { "AEC Loopback", "SPKDAT1R", "OUT5R" }, |
1322 | { "SPKDAT1L", NULL, "OUT5L" }, | 1324 | { "SPKDAT1L", NULL, "OUT5L" }, |
1323 | { "SPKDAT1R", NULL, "OUT5R" }, | 1325 | { "SPKDAT1R", NULL, "OUT5R" }, |
1326 | |||
1327 | { "MICSUPP", NULL, "SYSCLK" }, | ||
1324 | }; | 1328 | }; |
1325 | 1329 | ||
1326 | static int wm5102_set_fll(struct snd_soc_codec *codec, int fll_id, int source, | 1330 | static int wm5102_set_fll(struct snd_soc_codec *codec, int fll_id, int source, |