We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6fd943 commit 6069afaCopy full SHA for 6069afa
src/include/ipc/topology.h
@@ -46,6 +46,7 @@ enum sof_comp_type {
46
SOF_COMP_DEMUX,
47
SOF_COMP_ASRC, /**< Asynchronous sample rate converter */
48
SOF_COMP_DCBLOCK,
49
+ SOF_COMP_SMART_AMP, /**< smart amplifier component */
50
/* keep FILEREAD/FILEWRITE as the last ones */
51
SOF_COMP_FILEREAD = 10000, /**< host test based file IO */
52
SOF_COMP_FILEWRITE = 10001, /**< host test based file IO */
0 commit comments