Skip to content

Commit 9ce8671

Browse files
udaymblgirdwood
authored andcommitted
topology2: tplg-targets-sdca-generic: remove 10ms deep buffer dma buffer
With Dynamic DeepBuffer the host DMA buffer size is calculated based on the requested ALSA period size (with a headroom between the two) using the DEEP_BUFFER token as a maximum limit for the host DMA buffer. This way applications can use the same DeepBuffer enabled PCM for different use cases and still benefit of the power saving of a bigger host DMA Kernel has been updated thesofproject/linux#5673 Signed-off-by: Uday M Bhat <uday.m.bhat@intel.com>
1 parent 5e03a97 commit 9ce8671

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/topology/topology2/production/tplg-targets-sdca-generic.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ SDW_JACK_IN_STREAM=Capture-SimpleJack,NUM_HDMIS=0"
1313

1414
"cavs-sdw\;sof-sdca-1amp-id2\;NUM_SDW_AMP_LINKS=1,SDW_JACK=false,\
1515
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,NUM_HDMIS=0,\
16-
DEEPBUFFER_FW_DMA_MS=10,DEEP_BUF_SPK=true"
16+
DEEP_BUF_SPK=true"
1717

1818
"cavs-sdw\;sof-sdca-2amp-id2\;NUM_SDW_AMP_LINKS=2,SDW_JACK=false,\
1919
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,NUM_HDMIS=0,\
20-
DEEPBUFFER_FW_DMA_MS=10,DEEP_BUF_SPK=true"
20+
DEEP_BUF_SPK=true"
2121

2222
"cavs-sdw\;sof-sdca-3amp-id2\;NUM_SDW_AMP_LINKS=3,SDW_JACK=false,\
2323
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,NUM_HDMIS=0,\
24-
DEEPBUFFER_FW_DMA_MS=10,DEEP_BUF_SPK=true"
24+
DEEP_BUF_SPK=true"
2525

2626
"cavs-sdw\;sof-sdca-4amp-id2\;NUM_SDW_AMP_LINKS=4,SDW_JACK=false,\
2727
SDW_AMP_FEEDBACK=false,SDW_SPK_STREAM=Playback-SmartAmp,NUM_HDMIS=0,\
28-
DEEPBUFFER_FW_DMA_MS=10,DEEP_BUF_SPK=true"
28+
DEEP_BUF_SPK=true"
2929

3030
"cavs-sdw\;sof-sdca-mic-id4\;SDW_JACK=false,SDW_DMIC=1,NUM_HDMIS=0,\
3131
SDW_DMIC_STREAM=Capture-SmartMic"

0 commit comments

Comments
 (0)