mqs can't be used as recorder, the capture property need to be zero.
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
/*
- * Copyright 2012, 2014-2015 Freescale Semiconductor, Inc.
+ * Copyright 2012, 2014-2016 Freescale Semiconductor, Inc.
* Copyright 2012 Linaro Ltd.
*
* The code contained herein is licensed under the GNU General Public
.dynamic = 1,
.ignore_pmdown_time = 1,
.dpcm_playback = 1,
- .dpcm_capture = 1,
+ .dpcm_capture = 0,
},
{
.name = "HiFi-ASRC-BE",
.no_pcm = 1,
.ignore_pmdown_time = 1,
.dpcm_playback = 1,
- .dpcm_capture = 1,
+ .dpcm_capture = 0,
.ops = &imx_mqs_ops_be,
.be_hw_params_fixup = be_hw_params_fixup,
},