[Sound-open-firmware] [PATCH v2 2/2] mixer: fix typo error

Liam Girdwood liam.r.girdwood at linux.intel.com
Thu Jun 21 12:53:30 CEST 2018


On Thu, 2018-06-21 at 09:27 +0800, Wu Zhigang wrote:
> fix typo error in mixer component
> 
> Signed-off-by: Wu Zhigang <zhigang.wu at linux.intel.com>
> 
> ---
> test with:
> apl-gpmrb with tdf8532 codec
> 
> linux topic/sof-dev: 0d51a5ed28c5
> sof master:          48d2a1c551d7
> soft master:         2cc3ad2a9287
> 
> pass the regression test:
> Minnowboard Turbo
> UP^2
> CNL-RVP
> ---
>  src/audio/mixer.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/audio/mixer.c b/src/audio/mixer.c
> index ac6b7f9..3ddea0a 100644
> --- a/src/audio/mixer.c
> +++ b/src/audio/mixer.c
> @@ -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);
>  		}

Applied, 2/2 - I think we should wait until Rander has done his trace rework as
this may cause some conflicts for him (and may not be needed since the trace
data should already contain the ID).

Liam


More information about the Sound-open-firmware mailing list