summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2020-08-17 18:42:31 +0300
committerDaniel Baluta <daniel.baluta@nxp.com>2020-08-20 13:56:53 +0300
commit3c7733829c156c843070a588cf5359adc02c5c08 (patch)
tree1c2bb52d3beea43a3e01215d5a00fc54d8a821db /include/sound
parent20b125692d2217ebc77b739f75e68d85c011bced (diff)
MLK-24255-1 ASoC: SOF: Add missing comp/process types
This aligns SOF firmware with kernel making place for safely introducing Post Process Component. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/sof/topology.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/sof/topology.h b/include/sound/sof/topology.h
index c47b36240920..0f3aecad71d7 100644
--- a/include/sound/sof/topology.h
+++ b/include/sound/sof/topology.h
@@ -36,6 +36,8 @@ enum sof_comp_type {
SOF_COMP_KPB, /* A key phrase buffer component */
SOF_COMP_SELECTOR, /**< channel selector component */
SOF_COMP_DEMUX,
+ SOF_COMP_ASRC,
+ SOF_COMP_DCBLOCK,
/* keep FILEREAD/FILEWRITE as the last ones */
SOF_COMP_FILEREAD = 10000, /**< host test based file IO */
SOF_COMP_FILEWRITE = 10001, /**< host test based file IO */
@@ -178,6 +180,7 @@ enum sof_ipc_process_type {
SOF_PROCESS_CHAN_SELECTOR, /**< Channel Selector */
SOF_PROCESS_MUX,
SOF_PROCESS_DEMUX,
+ SOF_PROCESS_DCBLOCK,
};
/* generic "effect", "codec" or proprietary processing component */