6 Jan
2022
6 Jan
'22
4:08 p.m.
On Thu, 06 Jan 2022 13:41:45 +0100, Stefan Sauer wrote:
If a driver does not supply a drain operation for outputs, a default code path will execute msleep(50). Especially for a virtual midi device this severely limmits the throughput.
This implementation for the virtual midi driver simply flushes the output workqueue.
Signed-off-by: Stefan Sauer st_kost@gmx.de
Thanks, applied.
Takashi