commit | 03486830c577d3fe49c1f2c316414552a549ff00 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Aug 08 16:56:46 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Aug 28 13:56:46 2018 +0200 |
tree | b0ce4337a31996992ff5a2be2f153c3c1ca9b039 | |
parent | b8e131542b47b81236ecf6768c923128e1f5db6e [diff] |
ALSA: memalloc: Don't align the size to power-of-two The size passed to dma_alloc_coherent() doesn't have to be aligned with power-of-two, rather it should be the raw size. As a minor optimization, remove the size adjustment in the current code. Signed-off-by: Takashi Iwai <tiwai@suse.de>