From 3286bfa7bf8a8482c8b38531f165602971641978 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Tue, 25 Aug 2020 18:01:49 -0500 Subject: [PATCH] topology: sof-cht-max98090: temporarily remove S24/S32_LE support The mixer doesn't seem to work with these two formats, limit support to S16_LE until the mixed is fixed. Signed-off-by: Pierre-Louis Bossart --- tools/topology/sof-cht-max98090.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/topology/sof-cht-max98090.m4 b/tools/topology/sof-cht-max98090.m4 index e1f52c5da..e083aa451 100644 --- a/tools/topology/sof-cht-max98090.m4 +++ b/tools/topology/sof-cht-max98090.m4 @@ -24,10 +24,10 @@ include(`platform/intel/'PLATFORM`.m4') # PCM0 <---- Volume <---- SSP2 # -# Low Latency capture pipeline 2 on PCM 0 using max 2 channels of s32le. +# Low Latency capture pipeline 2 on PCM 0 using max 2 channels of s16le. # 1000us deadline on core 0 with priority 0 PIPELINE_PCM_ADD(sof/pipe-low-latency-capture.m4, - 2, 0, 2, s32le, + 2, 0, 2, s16le, 1000, 0, 0, 48000, 48000, 48000) @@ -47,21 +47,21 @@ DAI_ADD(sof/pipe-mixer-dai-playback.m4, 1000, 1, 0, SCHEDULE_TIME_DOMAIN_DMA, 2, 48000) -# PCM Playback pipeline 3 on PCM 0 using max 2 channels of s32le. +# PCM Playback pipeline 3 on PCM 0 using max 2 channels of s16le. # 1000us deadline on core 0 with priority 0 # this is connected to pipeline DAI 1 PIPELINE_PCM_ADD(sof/pipe-host-volume-playback.m4, - 3, 0, 2, s32le, + 3, 0, 2, s16le, 1000, 0, 0, 48000, 48000, 48000, SCHEDULE_TIME_DOMAIN_DMA, PIPELINE_PLAYBACK_SCHED_COMP_1) -# PCM Playback pipeline 4 on PCM 1 using max 2 channels of s32le. +# PCM Playback pipeline 4 on PCM 1 using max 2 channels of s16le. # 10ms deadline on core 0 with priority 0 # this is connected to pipeline DAI 1 PIPELINE_PCM_ADD(sof/pipe-host-volume-playback.m4, - 4, 1, 2, s32le, + 4, 1, 2, s16le, 10000, 0, 0, 48000, 48000, 48000, SCHEDULE_TIME_DOMAIN_DMA,