Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
[deliverable/linux.git] / sound / soc / codecs / wm8804.c
index d321a875b029dc693fb2b7483dd73ceea1ce4ee8..1704b1e119cb021db8fced2be8482c5da40810d9 100644 (file)
@@ -395,9 +395,6 @@ static int wm8804_set_pll(struct snd_soc_dai *dai, int pll_id,
                /* power down the PLL before reprogramming it */
                snd_soc_update_bits(codec, WM8804_PWRDN, 0x1, 0x1);
 
-               if (!freq_in || !freq_out)
-                       return 0;
-
                /* set PLLN and PRESCALE */
                snd_soc_update_bits(codec, WM8804_PLL4, 0xf | 0x10,
                                    pll_div.n | (pll_div.prescale << 4));
This page took 0.047802 seconds and 5 git commands to generate.