Skip to content

Commit

Permalink
mixer: fix typo error
Browse files Browse the repository at this point in the history
fix typo error in mixer component

Signed-off-by: Wu Zhigang <zhigang.wu@linux.intel.com>
  • Loading branch information
Wu Zhigang authored and lrgirdwo committed Jun 21, 2018
1 parent be4bf56 commit 1ac81d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ static int mixer_copy(struct comp_dev *dev)
comp_underrun(dev, sources[i], sources[i]->avail,
md->period_bytes);
} else if (res > 0) {
trace_mixer_error("xru");
trace_mixer_error("xro");
comp_overrun(dev, sources[i], sink->free,
md->period_bytes);
}
Expand Down

0 comments on commit 1ac81d7

Please sign in to comment.