From: Peter Ujfalusi Date: Wed, 8 Dec 2010 13:12:56 +0000 (+0200) Subject: ASoC: tlv320dac33: Fix compillation error X-Git-Tag: v3.12-rc1~3017^2~1226^2~144^2^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ee4fe15aba7531f75be4dcc331caa8f0c6369ec;p=kernel%2Fkernel-generic.git ASoC: tlv320dac33: Fix compillation error Fix the compilation error introduced by patch: ASoC: tlv320dac33: Avoid multiple soft power up Signed-off-by: Peter Ujfalusi Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- diff --git a/sound/soc/codecs/tlv320dac33.c b/sound/soc/codecs/tlv320dac33.c index cee0f99..b3445b3 100644 --- a/sound/soc/codecs/tlv320dac33.c +++ b/sound/soc/codecs/tlv320dac33.c @@ -646,6 +646,7 @@ static int dac33_add_widgets(struct snd_soc_codec *codec) static int dac33_set_bias_level(struct snd_soc_codec *codec, enum snd_soc_bias_level level) { + struct tlv320dac33_priv *dac33 = snd_soc_codec_get_drvdata(codec); int ret; switch (level) {