mirror of https://github.com/thesofproject/sof.git
Config: Add crossover component for TGL and TGL-H cAVS platforms
The configuration is for now copy from IIR, name and UUID are changed. The init_config is set to 1 to let kernel know that the base_cfg_ext is passed to firmware. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
8c8440070a
commit
c809af8168
|
@ -60,7 +60,7 @@ name = "ADSPFW"
|
|||
load_offset = "0x30000"
|
||||
|
||||
[module]
|
||||
count = 17
|
||||
count = 18
|
||||
[[module.entry]]
|
||||
name = "BRNGUP"
|
||||
uuid = "61EB0CB9-34D8-4F59-A21D-04C54C21D3A4"
|
||||
|
@ -429,3 +429,22 @@ count = 17
|
|||
pin = [0, 0, 0xfeef, 0xf, 0xf, 0x45ff, 1, 0, 0xfeef, 0xf, 0xf, 0x1ff]
|
||||
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
|
||||
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]
|
||||
|
||||
# Crossover module config
|
||||
# Note: Crossover has init_config set to 1 to let kernel know that the base_cfg_ext needs to
|
||||
# be appended to the IPC payload. The Extension is needed to know the output pin indices.
|
||||
[[module.entry]]
|
||||
name = "XOVER"
|
||||
uuid = "948C9AD1-806A-4131-AD6C-B2BDA9E35A9F"
|
||||
affinity_mask = "0x1"
|
||||
instance_count = "40"
|
||||
domain_types = "0"
|
||||
load_type = "0"
|
||||
module_type = "9"
|
||||
init_config = "1"
|
||||
auto_start = "0"
|
||||
sched_caps = [1, 0x00008000]
|
||||
# pin = [dir, type, sample rate, size, container, channel-cfg]
|
||||
pin = [0, 0, 0xfeef, 0xf, 0xf, 0x45ff, 1, 0, 0xfeef, 0xf, 0xf, 0x1ff]
|
||||
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
|
||||
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]
|
||||
|
|
|
@ -60,7 +60,7 @@ name = "ADSPFW"
|
|||
load_offset = "0x30000"
|
||||
|
||||
[module]
|
||||
count = 17
|
||||
count = 18
|
||||
[[module.entry]]
|
||||
name = "BRNGUP"
|
||||
uuid = "61EB0CB9-34D8-4F59-A21D-04C54C21D3A4"
|
||||
|
@ -429,3 +429,22 @@ count = 17
|
|||
pin = [0, 0, 0xfeef, 0xf, 0xf, 0x45ff, 1, 0, 0xfeef, 0xf, 0xf, 0x1ff]
|
||||
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
|
||||
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]
|
||||
|
||||
# Crossover module config
|
||||
# Note: Crossover has init_config set to 1 to let kernel know that the base_cfg_ext needs to
|
||||
# be appended to the IPC payload. The Extension is needed to know the output pin indices.
|
||||
[[module.entry]]
|
||||
name = "XOVER"
|
||||
uuid = "948C9AD1-806A-4131-AD6C-B2BDA9E35A9F"
|
||||
affinity_mask = "0x1"
|
||||
instance_count = "40"
|
||||
domain_types = "0"
|
||||
load_type = "0"
|
||||
module_type = "9"
|
||||
init_config = "1"
|
||||
auto_start = "0"
|
||||
sched_caps = [1, 0x00008000]
|
||||
# pin = [dir, type, sample rate, size, container, channel-cfg]
|
||||
pin = [0, 0, 0xfeef, 0xf, 0xf, 0x45ff, 1, 0, 0xfeef, 0xf, 0xf, 0x1ff]
|
||||
# mod_cfg [PAR_0 PAR_1 PAR_2 PAR_3 IS_BYTES CPS IBS OBS MOD_FLAGS CPC OBLS]
|
||||
mod_cfg = [0, 0, 0, 0, 4096, 1000000, 128, 128, 0, 0, 0]
|
||||
|
|
Loading…
Reference in New Issue