|
@@ -1299,8 +1299,7 @@ static int sgtl5000_probe(struct snd_soc_codec *codec)
|
|
|
|
|
|
/* enable small pop, introduce 400ms delay in turning off */
|
|
/* enable small pop, introduce 400ms delay in turning off */
|
|
snd_soc_update_bits(codec, SGTL5000_CHIP_REF_CTRL,
|
|
snd_soc_update_bits(codec, SGTL5000_CHIP_REF_CTRL,
|
|
- SGTL5000_SMALL_POP,
|
|
|
|
- SGTL5000_SMALL_POP);
|
|
|
|
|
|
+ SGTL5000_SMALL_POP, 1);
|
|
|
|
|
|
/* disable short cut detector */
|
|
/* disable short cut detector */
|
|
snd_soc_write(codec, SGTL5000_CHIP_SHORT_CTRL, 0);
|
|
snd_soc_write(codec, SGTL5000_CHIP_SHORT_CTRL, 0);
|