Loading asoc/codecs/msm_sdw/msm_sdw_cdc.c +2 −1 Original line number Diff line number Diff line Loading @@ -2004,7 +2004,8 @@ static int msm_sdw_probe(struct platform_device *pdev) int adsp_state; adsp_state = apr_get_subsys_state(); if (adsp_state != APR_SUBSYS_LOADED) { if (adsp_state != APR_SUBSYS_LOADED || !q6core_is_adsp_ready()) { dev_err(&pdev->dev, "Adsp is not loaded yet %d\n", adsp_state); return -EPROBE_DEFER; Loading asoc/codecs/sdm660_cdc/msm-analog-cdc.c +2 −1 Original line number Diff line number Diff line Loading @@ -4656,7 +4656,8 @@ static int msm_anlg_cdc_probe(struct platform_device *pdev) int adsp_state; adsp_state = apr_get_subsys_state(); if (adsp_state != APR_SUBSYS_LOADED) { if (adsp_state != APR_SUBSYS_LOADED || !q6core_is_adsp_ready()) { dev_err(&pdev->dev, "Adsp is not loaded yet %d\n", adsp_state); return -EPROBE_DEFER; Loading Loading
asoc/codecs/msm_sdw/msm_sdw_cdc.c +2 −1 Original line number Diff line number Diff line Loading @@ -2004,7 +2004,8 @@ static int msm_sdw_probe(struct platform_device *pdev) int adsp_state; adsp_state = apr_get_subsys_state(); if (adsp_state != APR_SUBSYS_LOADED) { if (adsp_state != APR_SUBSYS_LOADED || !q6core_is_adsp_ready()) { dev_err(&pdev->dev, "Adsp is not loaded yet %d\n", adsp_state); return -EPROBE_DEFER; Loading
asoc/codecs/sdm660_cdc/msm-analog-cdc.c +2 −1 Original line number Diff line number Diff line Loading @@ -4656,7 +4656,8 @@ static int msm_anlg_cdc_probe(struct platform_device *pdev) int adsp_state; adsp_state = apr_get_subsys_state(); if (adsp_state != APR_SUBSYS_LOADED) { if (adsp_state != APR_SUBSYS_LOADED || !q6core_is_adsp_ready()) { dev_err(&pdev->dev, "Adsp is not loaded yet %d\n", adsp_state); return -EPROBE_DEFER; Loading