mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 07:03:04 +00:00
include/nuttx/audio/audio.h: Add ioctl cmd 'AUDIOIOC_SETBUFFERINFO' so user space could config the buffer
This commit is contained in:
parent
d025162542
commit
d77b9b1209
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@
|
|||
#define AUDIOIOC_REGISTERMQ _AUDIOIOC(14)
|
||||
#define AUDIOIOC_UNREGISTERMQ _AUDIOIOC(15)
|
||||
#define AUDIOIOC_HWRESET _AUDIOIOC(16)
|
||||
#define AUDIOIOC_SETBUFFERINFO _AUDIOIOC(17)
|
||||
|
||||
/* Audio Device Types *******************************************************/
|
||||
/* The NuttX audio interface support different types of audio devices for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue