From: Dmitry Baryshkov Date: Mon, 11 Aug 2008 22:45:31 +0000 (+0400) Subject: ALSA: wm8750: add missing VREF output X-Git-Tag: upstream/snapshot3+hdmi~22845^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04489eeb02a40bc15029886cef7285ada3ab0de6;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ALSA: wm8750: add missing VREF output Add missing output VREF. After a65f0568f6cc8433877fb71dd7d36b551854b0bc it's critical, since it makes chip routing initialisation to fail. Signed-off-by: Dmitry Baryshkov Acked-by: Mark Brown Signed-off-by: Takashi Iwai --- diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c index 2e71394..c6a8edf 100644 --- a/sound/soc/codecs/wm8750.c +++ b/sound/soc/codecs/wm8750.c @@ -350,6 +350,7 @@ static const struct snd_soc_dapm_widget wm8750_dapm_widgets[] = { SND_SOC_DAPM_OUTPUT("ROUT2"), SND_SOC_DAPM_OUTPUT("MONO1"), SND_SOC_DAPM_OUTPUT("OUT3"), + SND_SOC_DAPM_OUTPUT("VREF"), SND_SOC_DAPM_INPUT("LINPUT1"), SND_SOC_DAPM_INPUT("LINPUT2"),