Skip to content

Commit

Permalink
Dai: fix an type error in dai legacy header file
Browse files Browse the repository at this point in the history
It is typo, fix it with correct format.

Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
  • Loading branch information
btian1 authored and lgirdwood committed Jan 11, 2024
1 parent 1cc7a4c commit 2df16fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/sof/lib/dai-legacy.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ struct dai_type_info {
/* class (driver) level (no device object) tracing */

#define dai_cl_err(drv_p, __e, ...) \
trace_dev_err(trace_dai_dvr_get_tr_ctx, \
trace_dev_err(trace_dai_drv_get_tr_ctx, \
trace_dai_drv_get_id, \
trace_dai_drv_get_subid, \
drv_p, __e, ##__VA_ARGS__)
Expand Down

0 comments on commit 2df16fe

Please sign in to comment.