topology1: remove setup config info from further codec_adapter topologies

Remove the setup config info from all initial config data in the
codec_adapter kcontrol's. This is no longer needed.

Fixes: bfd5e61768 ("topology1: remove setup config info from all codec_adapter topologies")
Fixes: 692299f2a6 ("codec_adapter: Remove setup config from module data")

Signed-off-by: Paul Olaru <paul.olaru@nxp.com>
This commit is contained in:
Paul Olaru 2022-05-16 15:52:25 +03:00 committed by Liam Girdwood
parent 9611d126ba
commit d1dbc41312
2 changed files with 6 additions and 10 deletions

View File

@ -27,13 +27,11 @@ define(`CA_UUID', cadence_codec_uuid)
# Post process setup config
define(`CA_SETUP_CONTROLBYTES',
`` bytes "0x53,0x4f,0x46,0x00,0x00,0x00,0x00,0x00,'
` 0x20,0x00,0x00,0x00,0x00,0x10,0x00,0x03,'
` 0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0x03,'
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
` 0x06,0x01,0xDE,0xCA,0x00,0x00,0x00,0x00,'
` 0x80,0xBB,0x00,0x00,0x20,0x00,0x00,0x00,'
` 0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
` 0x0C,0x00,0x00,0x00,0x20,0x00,0x00,0x00"''
` 0x00,0x00,0x00,0x00,0x0C,0x00,0x00,0x00,'
` 0x20,0x00,0x00,0x00"''
)
define(`CA_SETUP_CONTROLBYTES_MAX', 300)

View File

@ -25,13 +25,11 @@ define(`CA_UUID', cadence_codec_uuid)
# Post process setup config
define(`CA_SETUP_CONTROLBYTES',
`` bytes "0x53,0x4f,0x46,0x00,0x00,0x00,0x00,0x00,'
` 0x20,0x00,0x00,0x00,0x00,0x10,0x00,0x03,'
` 0x0C,0x00,0x00,0x00,0x00,0x10,0x00,0x03,'
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
` 0x06,0x01,0xDE,0xCA,0x00,0x00,0x00,0x00,'
` 0x80,0xBB,0x00,0x00,0x20,0x00,0x00,0x00,'
` 0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
` 0x0C,0x00,0x00,0x00,0x20,0x00,0x00,0x00"''
` 0x00,0x00,0x00,0x00,0x0C,0x00,0x00,0x00,'
` 0x20,0x00,0x00,0x00"''
)
define(`CA_SETUP_CONTROLBYTES_MAX', 300)