mirror of https://github.com/thesofproject/sof.git
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:
parent
0d84f55361
commit
acff9049f2
|
@ -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]"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue