mirror of https://github.com/thesofproject/sof.git
component: fix typo in trigger macro ids
the trigger macro ids are typed incorrect in the component.h. Signed-off-by: Wu Zhigang <zhigang.wu@linux.intel.com>
This commit is contained in:
parent
7aa3651b65
commit
a7ce8ee93f
|
@ -77,8 +77,8 @@
|
|||
#define COMP_TRIGGER_START 1 /* start component stream */
|
||||
#define COMP_TRIGGER_PAUSE 2 /* pause the component stream */
|
||||
#define COMP_TRIGGER_RELEASE 3 /* release paused component stream */
|
||||
#define COMP_TRIGGER_SUSPEND 5 /* suspend component */
|
||||
#define COMP_TRIGGER_RESUME 6 /* resume component */
|
||||
#define COMP_TRIGGER_SUSPEND 4 /* suspend component */
|
||||
#define COMP_TRIGGER_RESUME 5 /* resume component */
|
||||
#define COMP_TRIGGER_RESET 6 /* reset component */
|
||||
#define COMP_TRIGGER_PREPARE 7 /* prepare component */
|
||||
#define COMP_TRIGGER_XRUN 8 /* XRUN component */
|
||||
|
|
Loading…
Reference in New Issue