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

Commit b8a843ab authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dsp: fix KW errors in adm_close"

parents 46de70fe afdda77f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4049,7 +4049,7 @@ int adm_close(int port_id, int perf_mode, int copp_idx)
					pr_debug("%s: cma_alloc %d\n",
						 __func__, cal_block->cma_mem);
				}
				if (app_type == 0) {
				if (result && app_type == 0) {
					audproc_cal_info = cal_block->cal_info;
					app_type = audproc_cal_info->app_type;
				}
@@ -4139,7 +4139,7 @@ int adm_close(int port_id, int perf_mode, int copp_idx)
			pr_debug("%s: cma_alloc %d\n",
				 __func__, cal_block->cma_mem);
		}
		if (app_type == 0) {
		if (result && app_type == 0) {
			audproc_cal_info = cal_block->cal_info;
			app_type = audproc_cal_info->app_type;
		}