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
|
@ -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…
Reference in New Issue