From 3d0c03d9c6a0cfd7e3a12c29ca5eefed02da16ff Mon Sep 17 00:00:00 2001 From: Oder Chiou Date: Tue, 10 Jun 2014 14:35:23 +0800 Subject: [PATCH] ASoC: rt5677: Replace the string "micbias1" to "MICBIAS1" The patch replaces the string "micbias1" to "MICBIAS1". Signed-off-by: Oder Chiou Signed-off-by: Mark Brown --- sound/soc/codecs/rt5677.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = { /* Input Side */ /* micbias */ - SND_SOC_DAPM_SUPPLY("micbias1", RT5677_PWR_ANLG2, RT5677_PWR_MB1_BIT, + SND_SOC_DAPM_SUPPLY("MICBIAS1", RT5677_PWR_ANLG2, RT5677_PWR_MB1_BIT, 0, rt5677_set_micbias1_event, SND_SOC_DAPM_POST_PMU), /* Input Lines */ -- 2.34.1