topology: stringify buffer caps.
Needs to be string for proper alsa-conf parsing. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
21a4c7d71e
commit
5b8dfd1301
|
@ -71,7 +71,7 @@ define(`W_BUFFER',
|
|||
` tokens "sof_buffer_tokens"'
|
||||
` tuples."word" {'
|
||||
` SOF_TKN_BUF_SIZE' STR($2)
|
||||
` SOF_TKN_BUF_CAPS' $3
|
||||
` SOF_TKN_BUF_CAPS' STR($3)
|
||||
` }'
|
||||
`}'
|
||||
`SectionData."'N_BUFFER($1)`_data" {'
|
||||
|
|
Loading…
Reference in New Issue