topology2: intel:dmic-generic: fix dma_buffer_size

It should be based on ibs but works today because ibs and obs are the
same.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2022-02-22 12:40:21 -08:00 committed by Liam Girdwood
parent 0d84f55361
commit acff9049f2
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ Object.Pipeline {
type dai_out type dai_out
stream_name "dmic01" stream_name "dmic01"
node_type $DMIC_LINK_INPUT_CLASS node_type $DMIC_LINK_INPUT_CLASS
Object.Base.audio_format.1 {
dma_buffer_size "$[$ibs * 2]"
}
} }
} }
} }