feature:add audio AUDIOIOC_SETPARAMTER ioctl command
add AUDIOIOC_SETPARAMTER iotcl command in include/nuttx/audio/audio.h Signed-off-by: genghuihui <genghuihui@xiaomi.com>
This commit is contained in:
parent
b989e4f3a6
commit
63387a4a50
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@
|
|||
#define AUDIOIOC_UNREGISTERMQ _AUDIOIOC(15)
|
||||
#define AUDIOIOC_HWRESET _AUDIOIOC(16)
|
||||
#define AUDIOIOC_SETBUFFERINFO _AUDIOIOC(17)
|
||||
#define AUDIOIOC_SETPARAMTER _AUDIOIOC(18)
|
||||
|
||||
/* Audio Device Types *******************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue