commit
d542a6eff6
|
@ -132,14 +132,17 @@ define(`DAI_CONFIG',
|
||||||
`'
|
`'
|
||||||
` ifelse($1, `SSP', $5, `}')'
|
` ifelse($1, `SSP', $5, `}')'
|
||||||
`ifelse($1, `DMIC', $5, `')'
|
`ifelse($1, `DMIC', $5, `')'
|
||||||
`SectionVendorTuples."'N_DAI_CONFIG($1$2)`_tuples_str" {'
|
`SectionVendorTuples."'N_DAI_CONFIG($1$2)`_tuples_common" {'
|
||||||
` tokens "sof_dai_tokens"'
|
` tokens "sof_dai_tokens"'
|
||||||
` tuples."string" {'
|
` tuples."string" {'
|
||||||
` SOF_TKN_DAI_TYPE' STR($1)
|
` SOF_TKN_DAI_TYPE' STR($1)
|
||||||
` }'
|
` }'
|
||||||
|
` tuples."word" {'
|
||||||
|
` SOF_TKN_DAI_INDEX' STR($2)
|
||||||
|
` }'
|
||||||
`}'
|
`}'
|
||||||
`SectionData."'N_DAI_CONFIG($1$2)`_data_str" {'
|
`SectionData."'N_DAI_CONFIG($1$2)`_data_common" {'
|
||||||
` tuples "'N_DAI_CONFIG($1$2)`_tuples_str"'
|
` tuples "'N_DAI_CONFIG($1$2)`_tuples_common"'
|
||||||
`}'
|
`}'
|
||||||
`'
|
`'
|
||||||
`SectionBE."'$4`" {'
|
`SectionBE."'$4`" {'
|
||||||
|
@ -152,7 +155,7 @@ define(`DAI_CONFIG',
|
||||||
` ]'
|
` ]'
|
||||||
` data ['
|
` data ['
|
||||||
` "'N_DAI_CONFIG($1$2)`_data"'
|
` "'N_DAI_CONFIG($1$2)`_data"'
|
||||||
` "'N_DAI_CONFIG($1$2)`_data_str"'
|
` "'N_DAI_CONFIG($1$2)`_data_common"'
|
||||||
`ifelse($1, `DMIC',` "'N_DAI_CONFIG($1$2)`_pdm_data"', `')'
|
`ifelse($1, `DMIC',` "'N_DAI_CONFIG($1$2)`_pdm_data"', `')'
|
||||||
` ]'
|
` ]'
|
||||||
`}')
|
`}')
|
||||||
|
|
Loading…
Reference in New Issue