projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d1311b
)
ASoC: rt5677: correct mismatch widget name
author
Bard Liao
<bardliao@realtek.com>
Wed, 27 Aug 2014 11:50:33 +0000
(19:50 +0800)
committer
Mark Brown
<broonie@linaro.org>
Wed, 27 Aug 2014 15:54:21 +0000
(16:54 +0100)
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>
sound/soc/codecs/rt5677.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt5677.c
b/sound/soc/codecs/rt5677.c
index 67f14556462ff35bd6601062fc55a40ec2a96310..5337c448b5e365de204a95e3a945291dd228844b 100644
(file)
--- 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, "
micbias
1" },
- { "IN1N", NULL, "
micbias
1" },
- { "IN2P", NULL, "
micbias
1" },
- { "IN2N", NULL, "
micbias
1" },
+ { "IN1P", NULL, "
MICBIAS
1" },
+ { "IN1N", NULL, "
MICBIAS
1" },
+ { "IN2P", NULL, "
MICBIAS
1" },
+ { "IN2N", NULL, "
MICBIAS
1" },
{ "ADC 1", NULL, "BST1" },
{ "ADC 1", NULL, "ADC 1 power" },