topology2: deepbuffer-playback: increase default buffer_size_max

buffer_size_max of PCM cap for deepbuf is configured for 65536.
Quadruple the buffer_size/period_size to allow aplay to use larger
buffer size.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
This commit is contained in:
Yong Zhi 2023-05-30 13:11:19 -05:00 committed by Kai Vehmanen
parent 46e326f239
commit 83ff81984a
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ Object.PCM.pcm [
Object.PCM.pcm_caps.1 { Object.PCM.pcm_caps.1 {
name $DEEP_BUFFER_PCM_NAME name $DEEP_BUFFER_PCM_NAME
formats 'S16_LE,S24_LE,S32_LE' formats 'S16_LE,S24_LE,S32_LE'
# align with $DEEPBUFFER_FW_DMA_MS
period_size_max 65535
buffer_size_max 262144
} }
} }
] ]