Commit 3ee4fe15aba7531f75be4dcc331caa8f0c6369ec

Authored by Peter Ujfalusi
Committed by Liam Girdwood
1 parent 76eac39ce5

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

sound/soc/codecs/tlv320dac33.c
... ... @@ -646,6 +646,7 @@
646 646 static int dac33_set_bias_level(struct snd_soc_codec *codec,
647 647 enum snd_soc_bias_level level)
648 648 {
  649 + struct tlv320dac33_priv *dac33 = snd_soc_codec_get_drvdata(codec);
649 650 int ret;
650 651  
651 652 switch (level) {