mirror of https://github.com/thesofproject/sof.git
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:
parent
be4bf56169
commit
1ac81d7daa
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue