Merge remote-tracking branch 'lightnvm/for-next'
[deliverable/linux.git] / sound / soc / intel / skylake / skl-messages.c
index 8a750b67273f4239a62ea49863e36bef6738754d..8eb5ba2dae3abc610635363eb9498bec086c2603 100644 (file)
@@ -300,7 +300,7 @@ int skl_suspend_dsp(struct skl *skl)
        int ret;
 
        /* if ppcap is not supported return 0 */
-       if (!skl->ebus.ppcap)
+       if (!skl->ebus.bus.ppcap)
                return 0;
 
        ret = skl_dsp_sleep(ctx->dsp);
@@ -320,7 +320,7 @@ int skl_resume_dsp(struct skl *skl)
        int ret;
 
        /* if ppcap is not supported return 0 */
-       if (!skl->ebus.ppcap)
+       if (!skl->ebus.bus.ppcap)
                return 0;
 
        /* enable ppcap interrupt */
This page took 0.02569 seconds and 5 git commands to generate.