summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5677.c
diff options
context:
space:
mode:
authorBard Liao2014-08-27 13:50:33 +0200
committerMark Brown2014-08-27 17:54:21 +0200
commit22e51345a9f272e20cea3d679dca8a0e19a178e1 (patch)
tree2783adf5d66775b132bccbb317826742bc5cf93e /sound/soc/codecs/rt5677.c
parentLinux 3.17-rc1 (diff)
downloadkernel-qcow2-linux-22e51345a9f272e20cea3d679dca8a0e19a178e1.tar.gz
kernel-qcow2-linux-22e51345a9f272e20cea3d679dca8a0e19a178e1.tar.xz
kernel-qcow2-linux-22e51345a9f272e20cea3d679dca8a0e19a178e1.zip
ASoC: rt5677: correct mismatch widget name
We name MICBIAS1 in dapm widget, but micbias1 in route table. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/rt5677.c')
-rw-r--r--sound/soc/codecs/rt5677.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/rt5677.c b/sound/soc/codecs/rt5677.c
index 67f14556462f..5337c448b5e3 100644
--- a/sound/soc/codecs/rt5677.c
+++ b/sound/soc/codecs/rt5677.c
@@ -2135,10 +2135,10 @@ static const struct snd_soc_dapm_route rt5677_dapm_routes[] = {
{ "BST2", NULL, "IN2P" },
{ "BST2", NULL, "IN2N" },
- { "IN1P", NULL, "micbias1" },
- { "IN1N", NULL, "micbias1" },
- { "IN2P", NULL, "micbias1" },
- { "IN2N", NULL, "micbias1" },
+ { "IN1P", NULL, "MICBIAS1" },
+ { "IN1N", NULL, "MICBIAS1" },
+ { "IN2P", NULL, "MICBIAS1" },
+ { "IN2N", NULL, "MICBIAS1" },
{ "ADC 1", NULL, "BST1" },
{ "ADC 1", NULL, "ADC 1 power" },