Loading dsp/adsp-loader.c 100644 → 100755 +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <linux/workqueue.h> #include <linux/nvmem-consumer.h> #include <linux/slab.h> #include <soc/qcom/boot_stats.h> #include <soc/qcom/subsystem_restart.h> #define Q6_PIL_GET_DELAY_MS 100 Loading Loading @@ -172,6 +173,7 @@ static void adsp_load_fw(struct work_struct *adsp_ldr_work) { adsp_state = apr_get_q6_state(); if (adsp_state == APR_SUBSYS_DOWN) { place_marker("M - Start ADSP"); priv = platform_get_drvdata(pdev); if (!priv) { dev_err(&pdev->dev, Loading Loading
dsp/adsp-loader.c 100644 → 100755 +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <linux/workqueue.h> #include <linux/nvmem-consumer.h> #include <linux/slab.h> #include <soc/qcom/boot_stats.h> #include <soc/qcom/subsystem_restart.h> #define Q6_PIL_GET_DELAY_MS 100 Loading Loading @@ -172,6 +173,7 @@ static void adsp_load_fw(struct work_struct *adsp_ldr_work) { adsp_state = apr_get_q6_state(); if (adsp_state == APR_SUBSYS_DOWN) { place_marker("M - Start ADSP"); priv = platform_get_drvdata(pdev); if (!priv) { dev_err(&pdev->dev, Loading