]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - sound/soc/intel/skylake/skl-messages.c
ASoC: Intel: Skylake: Disable clock gating during firmware and library download
[mirror_ubuntu-bionic-kernel.git] / sound / soc / intel / skylake / skl-messages.c
index 61b5bfa79d1325b5a42e69119ccb1e39c20c0b6c..97572fb383878341e587d46fc29acfeebdea8dbc 100644 (file)
@@ -404,7 +404,11 @@ int skl_resume_dsp(struct skl *skl)
        if (skl->skl_sst->is_first_boot == true)
                return 0;
 
+       /* disable dynamic clock gating during fw and lib download */
+       ctx->enable_miscbdcge(ctx->dev, false);
+
        ret = skl_dsp_wake(ctx->dsp);
+       ctx->enable_miscbdcge(ctx->dev, true);
        if (ret < 0)
                return ret;