diff options
author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | 2010-12-08 08:12:56 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-12-09 04:44:48 -0500 |
commit | 3ee4fe15aba7531f75be4dcc331caa8f0c6369ec (patch) | |
tree | 0a4f9baac14d3c0f3cf05188a3353943d6e9acaa /sound/soc/codecs/tlv320dac33.c | |
parent | 76eac39ce5f64b95931a6026812e902cb8863a6c (diff) |
ASoC: tlv320dac33: Fix compillation error
Fix the compilation error introduced by patch:
ASoC: tlv320dac33: Avoid multiple soft power up
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs/tlv320dac33.c')
-rw-r--r-- | sound/soc/codecs/tlv320dac33.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320dac33.c b/sound/soc/codecs/tlv320dac33.c index cee0f9912408..b3445b362e96 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) | |||
646 | static int dac33_set_bias_level(struct snd_soc_codec *codec, | 646 | static int dac33_set_bias_level(struct snd_soc_codec *codec, |
647 | enum snd_soc_bias_level level) | 647 | enum snd_soc_bias_level level) |
648 | { | 648 | { |
649 | struct tlv320dac33_priv *dac33 = snd_soc_codec_get_drvdata(codec); | ||
649 | int ret; | 650 | int ret; |
650 | 651 | ||
651 | switch (level) { | 652 | switch (level) { |