diff options
Diffstat (limited to 'sound/soc/codecs/wm8960.c')
-rw-r--r-- | sound/soc/codecs/wm8960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index 2df253c18568..6e22f9b3d967 100644 --- a/sound/soc/codecs/wm8960.c +++ b/sound/soc/codecs/wm8960.c | |||
@@ -265,7 +265,7 @@ SND_SOC_DAPM_INPUT("RINPUT2"), | |||
265 | SND_SOC_DAPM_INPUT("LINPUT3"), | 265 | SND_SOC_DAPM_INPUT("LINPUT3"), |
266 | SND_SOC_DAPM_INPUT("RINPUT3"), | 266 | SND_SOC_DAPM_INPUT("RINPUT3"), |
267 | 267 | ||
268 | SND_SOC_DAPM_MICBIAS("MICB", WM8960_POWER1, 1, 0), | 268 | SND_SOC_DAPM_SUPPLY("MICB", WM8960_POWER1, 1, 0, NULL, 0), |
269 | 269 | ||
270 | SND_SOC_DAPM_MIXER("Left Boost Mixer", WM8960_POWER1, 5, 0, | 270 | SND_SOC_DAPM_MIXER("Left Boost Mixer", WM8960_POWER1, 5, 0, |
271 | wm8960_lin_boost, ARRAY_SIZE(wm8960_lin_boost)), | 271 | wm8960_lin_boost, ARRAY_SIZE(wm8960_lin_boost)), |