Skip to content

Commit 6069afa

Browse files
committed
topology: add smart amp component type
Add SOF_COMP_SMART_AMP component type for smart amp component. Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>
1 parent d6fd943 commit 6069afa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/ipc/topology.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ enum sof_comp_type {
4646
SOF_COMP_DEMUX,
4747
SOF_COMP_ASRC, /**< Asynchronous sample rate converter */
4848
SOF_COMP_DCBLOCK,
49+
SOF_COMP_SMART_AMP, /**< smart amplifier component */
4950
/* keep FILEREAD/FILEWRITE as the last ones */
5051
SOF_COMP_FILEREAD = 10000, /**< host test based file IO */
5152
SOF_COMP_FILEWRITE = 10001, /**< host test based file IO */

0 commit comments

Comments
 (0)