[alsa-devel] [PATCH 0/4] ALSA: rawmidi cleanups

Takashi Iwai tiwai at suse.de
Tue Jul 17 23:19:45 CEST 2018


Hi,

this is a patchset mainly as a cleanup of rawmidi code, and most of
them are just coding style or readability fixes without functional
behavior changes.  The last patch replaces kmalloc() with kvmalloc()
for buffer allocations, which may fail frequently as is.


Takashi

===

Takashi Iwai (4):
  ALSA: rawmidi: Tidy up coding styles
  ALSA: rawmidi: Simplify error paths
  ALSA: rawmidi: Minor code refactoring
  ALSA: rawmidi: Use kvmalloc() for buffers

 sound/core/rawmidi.c | 248 ++++++++++++++++++++++---------------------
 1 file changed, 128 insertions(+), 120 deletions(-)

-- 
2.18.0



More information about the Alsa-devel mailing list