Skip to content

Commit

Permalink
dsp/q6afe: silence is the key
Browse files Browse the repository at this point in the history
Signed-off-by: Yaroslav Furman <[email protected]>
Signed-off-by: Panchajanya1999 <[email protected]>
Signed-off-by: K A R T H I K <[email protected]>
  • Loading branch information
YaroST12 authored and karthik558 committed Jan 23, 2022
1 parent 252744b commit 6ab7431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techpack/audio/dsp/q6afe.c
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@ static int send_afe_cal_type(int cal_index, int port_id)
this_afe.cal_data[cal_index]);

if (cal_block == NULL || cal_utils_is_cal_stale(cal_block)) {
pr_err_ratelimited("%s cal_block not found!!\n", __func__);
pr_debug("%s cal_block not found!!\n", __func__);
ret = -EINVAL;
goto unlock;
}
Expand Down

0 comments on commit 6ab7431

Please sign in to comment.