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:
649e5fb
)
ASoC: tlv320dac33: Do not enable the codec in init_chip
author
Peter Ujfalusi
<
[email protected]
>
Tue, 30 Nov 2010 12:31:45 +0000
(14:31 +0200)
committer
Liam Girdwood
<
[email protected]
>
Tue, 30 Nov 2010 15:37:39 +0000
(15:37 +0000)
No need to enable the codec at this time.
The codec will be enabled later by other events
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 ccb267f4e968cb222b816542f30e3900883f85b4..080ec9183f672d2896e8936e323d0bd7f594e6df 100644
(file)
--- a/
sound/soc/codecs/tlv320dac33.c
+++ b/
sound/soc/codecs/tlv320dac33.c
@@
-315,8
+315,6
@@
static void dac33_init_chip(struct snd_soc_codec *codec)
clock source = internal osc (?) */
dac33_write(codec, DAC33_ANA_VOL_SOFT_STEP_CTRL, DAC33_VOLCLKEN);
- dac33_write(codec, DAC33_PWR_CTRL, DAC33_PDNALLB);
-
/* Restore only selected registers (gains mostly) */
dac33_write(codec, DAC33_LDAC_DIG_VOL_CTRL,
dac33_read_reg_cache(codec, DAC33_LDAC_DIG_VOL_CTRL));