Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'
[cascardo/linux.git] / sound / soc / fsl / fsl_ssi.c
index c7647e0..c0b940e 100644 (file)
@@ -633,7 +633,7 @@ static int fsl_ssi_set_bclk(struct snd_pcm_substream *substream,
                sub *= 100000;
                do_div(sub, freq);
 
-               if (sub < savesub) {
+               if (sub < savesub && !(i == 0 && psr == 0 && div2 == 0)) {
                        baudrate = tmprate;
                        savesub = sub;
                        pm = i;