replace common qcom sources with samsung ones

This commit is contained in:
SaschaNes
2025-08-12 22:13:00 +02:00
parent ba24dcded9
commit 6f7753de11
5682 changed files with 2450203 additions and 103634 deletions

View File

@@ -38,7 +38,7 @@ static struct attribute *attrs[] = {
NULL,
};
static u32 cdsp_state = CDSP_SUBSYS_DOWN;
static u32 cdsp_state = CDSP_SUBSYS_LOADED;
static struct platform_device *cdsp_private;
static void cdsp_loader_unload(struct platform_device *pdev);
@@ -155,7 +155,6 @@ static void cdsp_loader_unload(struct platform_device *pdev)
if (priv->pil_h && cdsp_state == CDSP_SUBSYS_LOADED) {
dev_dbg(&pdev->dev, "%s: calling subsystem_put\n", __func__);
rproc_shutdown(priv->pil_h);
priv->pil_h = NULL;
cdsp_state = CDSP_SUBSYS_DOWN;
}
}