mirror of https://github.com/thesofproject/sof.git
topology: remove default param config from DTS control
In DTS module m4 file, the default control bytes used to have a 12-byte redundant param {0x0000, 0x000c, 0x0000}, the param id is 0 (the first 4-byte). For DTS SDK version >= 1.0.8, error is reported while getting the param with id=0. This commit removes the redundant param from default control bytes. Signed-off-by: Pin-chih Lin <johnylin@google.com>
This commit is contained in:
parent
1a7a36a84c
commit
fc497eb448
|
@ -3,12 +3,9 @@
|
|||
# DTS codec setup config
|
||||
define(`CA_SETUP_CONTROLBYTES',
|
||||
`` bytes "0x53,0x4f,0x46,0x00,0x00,0x00,0x00,0x00,'
|
||||
` 0x0c,0x00,0x00,0x00,0x00,0x10,0x00,0x03,'
|
||||
` 0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x03,'
|
||||
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
|
||||
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
|
||||
|
||||
` 0x00,0x00,0x00,0x00,0x0c,0x00,0x00,0x00,'
|
||||
` 0x00,0x00,0x00,0x00"''
|
||||
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00"''
|
||||
)
|
||||
define(`CA_SETUP_CONTROLBYTES_MAX', 8192)
|
||||
define(`CA_SETUP_CONTROLBYTES_NAME', `DTS Codec Setup ')
|
||||
|
|
Loading…
Reference in New Issue