[Sound-open-firmware] [PATCH 1/2] topology: sof: Fix a typo for pipe src capture

Liam Girdwood liam.r.girdwood at linux.intel.com
Wed Dec 20 11:11:20 CET 2017


On Tue, 2017-12-19 at 14:35 +0800, Xiuli Pan wrote:
> From: Pan Xiuli <xiuli.pan at linux.intel.com>
> 
> Should be src capture here in capture pipe.
> 
> Signed-off-by: Pan Xiuli <xiuli.pan at linux.intel.com>
> ---
>  topology/sof/pipe-src-capture.m4 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/topology/sof/pipe-src-capture.m4 b/topology/sof/pipe-
> src-capture.m4
> index 9484ca8..c843a6c 100644
> --- a/topology/sof/pipe-src-capture.m4
> +++ b/topology/sof/pipe-src-capture.m4
> @@ -14,7 +14,7 @@ include(`local.m4')
>  
>  # Host "Passthrough Playback" PCM uses pipeline DMAC and channel
>  # with 4 sink and 0 source periods
> -W_PCM_PLAYBACK(Passthrough Capture, PIPELINE_DMAC,
> PIPELINE_DMAC_CHAN, 4, 0, 2)
> +W_PCM_CAPTURE(Passthrough Capture, PIPELINE_DMAC,
> PIPELINE_DMAC_CHAN, 4, 0, 2)
>  
>  #
>  # SRC Configuration

Both applied.

Liam


More information about the Sound-open-firmware mailing list