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

Commit 1501521f authored by Fred Oh's avatar Fred Oh
Browse files

Asoc: msm: qdsp6v2: suppress q6asm callback logs



is_no_wait_cmd_rsp is called every q6asm_callback. De-grade to pr_debug.

Change-Id: Ic4b9442e49c07a4bab8b74d4080d3b714b0d590b
Signed-off-by: default avatarFred Oh <fred@codeaurora.org>
parent c84f1f0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1409,7 +1409,7 @@ static int32_t is_no_wait_cmd_rsp(uint32_t opcode, uint32_t *cmd_type)
			case ASM_DATA_CMD_REMOVE_TRAILING_SILENCE:
				return 1;
			default:
				pr_err("%s: default err 0x%x\n",
				pr_debug("%s: default err 0x%x\n",
				__func__, cmd_type[0]);
				break;
			}