Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9dd3301 authored by Hugh Guan's avatar Hugh Guan Committed by Gerrit - the friendly Code Review server
Browse files

kernel: add place_marker for sound card register

add place_marker for sound card register kpi measurement.

Change-Id: I527056593661ccb006b0be6119024afca5146d5e
parent fb552fcf
Loading
Loading
Loading
Loading

asoc/gvm_auto_spf_dummy.c

100755 → 100644
+3 −2
Original line number Diff line number Diff line
@@ -858,7 +858,7 @@ static int msm_asoc_machine_probe(struct platform_device *pdev)
	struct msm_asoc_mach_data *pdata;
	int ret;


	place_marker("M - DRIVER Audio Init");

	if (!pdev->dev.of_node) {
		dev_err(&pdev->dev, "No platform supplied from device tree\n");
@@ -910,7 +910,8 @@ static int msm_asoc_machine_probe(struct platform_device *pdev)
	}
	dev_info(&pdev->dev, "Sound card %s registered\n", card->name);
	pr_err("Sound card %s registered\n", card->name);
	place_marker("M - sound card init complete");

	place_marker("M - DRIVER Audio Ready");

	spdev = pdev;