projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76eac39
)
ASoC: tlv320dac33: Fix compillation error
author
Peter Ujfalusi
<
[email protected]
>
Wed, 8 Dec 2010 13:12:56 +0000
(15:12 +0200)
committer
Liam Girdwood
<
[email protected]
>
Thu, 9 Dec 2010 09:44:48 +0000
(09:44 +0000)
Fix the compilation error introduced by patch:
ASoC: tlv320dac33: Avoid multiple soft power up
Signed-off-by: Peter Ujfalusi <
[email protected]
>
Acked-by: Mark Brown <
[email protected]
>
Signed-off-by: Liam Girdwood <
[email protected]
>
sound/soc/codecs/tlv320dac33.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/tlv320dac33.c
b/sound/soc/codecs/tlv320dac33.c
index cee0f991240841694a030b0d08e2c5202999b9c3..b3445b362e96dd22845c40c90c1ac79fde2d69bb 100644
(file)
--- 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) {