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

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

Merge "dsp : search cal block using path in asm"

parents 472af0e5 701b2124
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11362,7 +11362,7 @@ static int q6asm_get_asm_topology_apptype(struct q6asm_cal_info *cal_info, struc
			goto unlock;
		}
	} else {
		cal_block = q6asm_find_cal_by_buf_number(ASM_TOPOLOGY_CAL, 0, 0, ac->fedai_id);
		cal_block = q6asm_find_cal_by_buf_number(ASM_TOPOLOGY_CAL, 0, 0, path);
		if (cal_block == NULL) {
			pr_debug("%s: Couldn't find cal_block with buf_number, re-routing "
				"search using CAL type only\n", __func__);