Merge tag 'timers-v5.11-rc5' of https://git.linaro.org/people/daniel.lezcano/linux...
[linux-2.6-microblaze.git] / sound / core / memalloc.c
index 0f33516..966bef5 100644 (file)
@@ -133,6 +133,7 @@ int snd_dma_alloc_pages(int type, struct device *device, size_t size,
        if (WARN_ON(!dmab))
                return -ENXIO;
 
+       size = PAGE_ALIGN(size);
        dmab->dev.type = type;
        dmab->dev.dev = device;
        dmab->bytes = 0;