mirror of https://github.com/thesofproject/sof.git
topology: sof-cml-rt5682.m4: remove extra parameters
sof-cml-rt5682 dmic definition has some extra parameters that should be removed. Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
This commit is contained in:
parent
aa007bbd84
commit
8d62caef00
|
@ -159,7 +159,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
||||||
DAI_ADD(sof/pipe-dai-capture.m4,
|
DAI_ADD(sof/pipe-dai-capture.m4,
|
||||||
8, DMIC, 1, dmic16k,
|
8, DMIC, 1, dmic16k,
|
||||||
PIPELINE_SINK_8, 2, s32le,
|
PIPELINE_SINK_8, 2, s32le,
|
||||||
16, 1000, 0, 0, SCHEDULE_TIME_DOMAIN_TIMER)
|
1000, 0, 0, SCHEDULE_TIME_DOMAIN_TIMER)
|
||||||
|
|
||||||
|
|
||||||
# PCM Low Latency, id 0
|
# PCM Low Latency, id 0
|
||||||
|
|
Loading…
Reference in New Issue