]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: seq: Use kvmalloc() for cell pools
authorTakashi Iwai <tiwai@suse.de>
Thu, 28 Mar 2019 15:09:45 +0000 (16:09 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 9 Apr 2019 15:22:46 +0000 (17:22 +0200)
commitfd7ae83de11a597cbe15770382f101c784a79b1c
treec495bdef82aba389bceaa99fa573171193743655
parentdf55531b8b0eea9d2473f5697ae4f38d0df6bec7
ALSA: seq: Use kvmalloc() for cell pools

Use kvmalloc() for allocating cell pools since the pool size can be
relatively small that may be covered better by slab.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_memory.c