Skip to content

Commit

Permalink
audio: asrc: Fix a typo
Browse files Browse the repository at this point in the history
Fix the function name in the comment.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
  • Loading branch information
ranj063 authored and lgirdwood committed Jul 13, 2023
1 parent 4779aa7 commit a177686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/asrc/asrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ static int asrc_params(struct comp_dev *dev,

err = asrc_verify_params(dev, pcm_params);
if (err < 0) {
comp_err(dev, "src_params(): pcm params verification failed.");
comp_err(dev, "asrc_params(): pcm params verification failed.");
return -EINVAL;
}

Expand Down

0 comments on commit a177686

Please sign in to comment.