mirror of
https://github.com/apache/nuttx.git
synced 2026-06-10 03:13:56 +08:00
fd47add2a3
When monitoring multiple capture channels, the `ioctl` function is called three times, leading to significant overhead mainly due to VFS and `nxmutex_lock/unlock`. Adding a new interface can save the overhead of two `ioctl` calls. Signed-off-by: yangguangcai <yangguangcai@xiaomi.com>