Merge remote-tracking branches 'asoc/topic/max98373', 'asoc/topic/mtk', 'asoc/topic...
[linux-2.6-block.git] / sound / soc / soc-pcm.c
index 998800cc44ef9ad39aa9e6ca8a01584daa5228e6..084125463d101e96ab0aa119a964ac5609e6ab06 100644 (file)
@@ -144,7 +144,7 @@ bool snd_soc_runtime_ignore_pmdown_time(struct snd_soc_pcm_runtime *rtd)
        for_each_rtdcom(rtd, rtdcom) {
                component = rtdcom->component;
 
-               ignore &= !component->driver->pmdown_time;
+               ignore &= !component->driver->use_pmdown_time;
        }
 
        /* this will be removed */