TPLG: Fix mistake in 2ch configuration related DMIC macro

This patch fixes 2ch dmic capture topology. It appeared as topology
completion fail in SOF boot. The missing quote characters in m4
caused the STEREO_PDM0 macro triggered lines to no not be included
into conf file.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2019-04-15 15:29:47 +03:00 committed by Tomasz Lauda
parent e14ab7088b
commit 1b15fad849
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ include(`platform/intel/bxt.m4')
include(`platform/intel/dmic.m4')
define(DMIC_PDM_CONFIG, ifelse(CHANNELS, `4', ``FOUR_CH_PDM0_PDM1'',
ifelse(CHANNELS, `2', ``STEREO_PDM0'', `')))
`ifelse(CHANNELS, `2', ``STEREO_PDM0'', `')'))
#
# Define the pipelines