]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Revert "ASoC: 88pm860x-codec - reset the codec correctly"
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 Sep 2011 08:42:12 +0000 (18:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 Sep 2011 08:42:12 +0000 (18:42 +1000)
This reverts commit 548aae8cc497397310c66c336ed9c4f7dd5be4f4.

sound/soc/codecs/88pm860x-codec.c

index df7b4a0989c6b2d090c214fd7c13051c2faa1b07..0198dbba3fc830a3fc7771d2f4a2eaf1fa20615e 100644 (file)
@@ -1179,9 +1179,6 @@ static int pm860x_set_bias_level(struct snd_soc_codec *codec,
        case SND_SOC_BIAS_STANDBY:
                if (codec->dapm.bias_level == SND_SOC_BIAS_OFF) {
                        /* Enable Audio PLL & Audio section */
-                       data = AUDIO_PLL | AUDIO_SECTION_ON;
-                       pm860x_reg_write(codec->control_data, REG_MISC2, data);
-                       udelay(300);
                        data = AUDIO_PLL | AUDIO_SECTION_RESET
                                | AUDIO_SECTION_ON;
                        pm860x_reg_write(codec->control_data, REG_MISC2, data);