aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOder Chiou <oder_chiou@realtek.com>2014-06-10 02:35:23 -0400
committerMark Brown <broonie@linaro.org>2014-06-21 06:34:05 -0400
commit3d0c03d9c6a0cfd7e3a12c29ca5eefed02da16ff (patch)
tree80bc9b9f214ba0ab15f55d38b48c6ba102ac8f82
parentd0bdcb9181873bc085ca0b7fabefb92eb2d9e708 (diff)
ASoC: rt5677: Replace the string "micbias1" to "MICBIAS1"
The patch replaces the string "micbias1" to "MICBIAS1". Signed-off-by: Oder Chiou <oder_chiou@realtek.com> Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--sound/soc/codecs/rt5677.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5677.c b/sound/soc/codecs/rt5677.c
index a18740c31b82..6153e35ed428 100644
--- a/sound/soc/codecs/rt5677.c
+++ b/sound/soc/codecs/rt5677.c
@@ -1672,7 +1672,7 @@ static const struct snd_soc_dapm_widget rt5677_dapm_widgets[] = {
1672 1672
1673 /* Input Side */ 1673 /* Input Side */
1674 /* micbias */ 1674 /* micbias */
1675 SND_SOC_DAPM_SUPPLY("micbias1", RT5677_PWR_ANLG2, RT5677_PWR_MB1_BIT, 1675 SND_SOC_DAPM_SUPPLY("MICBIAS1", RT5677_PWR_ANLG2, RT5677_PWR_MB1_BIT,
1676 0, rt5677_set_micbias1_event, SND_SOC_DAPM_POST_PMU), 1676 0, rt5677_set_micbias1_event, SND_SOC_DAPM_POST_PMU),
1677 1677
1678 /* Input Lines */ 1678 /* Input Lines */