mirror of https://github.com/thesofproject/sof.git
15 lines
497 B
Plaintext
15 lines
497 B
Plaintext
#
|
|
# i.MX8QXP differentiation for pipelines and components
|
|
#
|
|
|
|
include(`memory.m4')
|
|
|
|
# Low Latency PCM Configuration
|
|
W_VENDORTUPLES(pipe_ll_schedule_plat_tokens, sof_sched_tokens, LIST(` ', `SOF_TKN_SCHED_MIPS "50000"'))
|
|
W_DATA(pipe_ll_schedule_plat, pipe_ll_schedule_plat_tokens)
|
|
|
|
# DAI schedule Configuration - scheduled by IRQ
|
|
W_VENDORTUPLES(pipe_dai_schedule_plat_tokens, sof_sched_tokens, LIST(` ', `SOF_TKN_SCHED_MIPS "5000"'))
|
|
W_DATA(pipe_dai_schedule_plat, pipe_dai_schedule_plat_tokens)
|
|
|