mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
For discarding the pending bytes on rawmidi, we process with a loop of snd_rawmidi_transmit() which is just a waste of CPU power. Implement a lightweight API function to discard the pending bytes and the proceed the ring buffer instantly, and use it instead of open codes. Signed-off-by: Takashi Iwai <tiwai@suse.de>
69 KiB
69 KiB