mirror of https://github.com/thesofproject/sof.git
topology: add pre-defined PDM controller configs
Add some pre-defined PDM controller configs that sets the number of active controllers and the corresponding pdm tuples. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
71dff859e3
commit
82996c24a5
|
@ -57,4 +57,13 @@ $11
|
|||
`}'
|
||||
)
|
||||
|
||||
dnl DMIC PDM configurations
|
||||
dnl macros to get the number of active pdm's and their config
|
||||
define(`MONO_PDM0_MICA', `1, LIST(`', PDM_TUPLES(0, 1, 0, 0, 0, 0, 0))')
|
||||
define(`MONO_PDM0_MICB', `1, LIST(`', PDM_TUPLES(0, 0, 1, 0, 0, 0, 0))')
|
||||
define(`STEREO_PDM0', `1, LIST(`', PDM_TUPLES(0, 1, 1, 0, 0, 0, 0))')
|
||||
define(`STEREO_PDM1', `1, LIST(`', PDM_TUPLES(1, 1, 1, 0, 0, 0, 0))')
|
||||
define(`FOUR_CH_PDM0_PDM1',
|
||||
`2, LIST(`', PDM_TUPLES(0, 1, 1, 0, 0, 0, 0), PDM_TUPLES(1, 1, 1, 0, 0, 0, 0))')
|
||||
|
||||
divert(0)dnl
|
||||
|
|
Loading…
Reference in New Issue