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:
SPRESENSE 2023-04-13 11:04:59 +09:00 committed by Alin Jerpelea
parent 642358e68f
commit 79c6efae64
1 changed files with 1 additions and 0 deletions

View File

@ -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 */