mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 14:13:04 +00:00
include/audio.h: Add underrun event id
Add an event id for notify underrun, in case of underrun is happend in audio driver.
This commit is contained in:
parent
642358e68f
commit
79c6efae64
1 changed files with 1 additions and 0 deletions
|
|
@ -332,6 +332,7 @@
|
|||
#define AUDIO_MSG_WAKEUP 9
|
||||
#define AUDIO_MSG_COMMAND 10
|
||||
#define AUDIO_MSG_SLIENCE 11
|
||||
#define AUDIO_MSG_UNDERRUN 12
|
||||
#define AUDIO_MSG_USER 64
|
||||
|
||||
/* Audio Pipeline Buffer flags */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue