mixer: fix typo error

fix typo error in mixer component

Signed-off-by: Wu Zhigang <zhigang.wu@linux.intel.com>
This commit is contained in:
Wu Zhigang 2018-06-21 09:27:15 +08:00 committed by Liam Girdwood
parent be4bf56169
commit 1ac81d7daa
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ static int mixer_copy(struct comp_dev *dev)
comp_underrun(dev, sources[i], sources[i]->avail, comp_underrun(dev, sources[i], sources[i]->avail,
md->period_bytes); md->period_bytes);
} else if (res > 0) { } else if (res > 0) {
trace_mixer_error("xru"); trace_mixer_error("xro");
comp_overrun(dev, sources[i], sink->free, comp_overrun(dev, sources[i], sink->free,
md->period_bytes); md->period_bytes);
} }