mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 21:18:23 +00:00
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> Change-Id: I8d88c649a87cb5fbdd0fb1f83c111a1fff380507
This commit is contained in:
parent
d8c0f7279e
commit
11a0bb3e98
2 changed files with 45 additions and 1 deletions
|
|
@ -112,6 +112,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
Add a link
Reference in a new issue