Skip to content
  • Takashi Iwai's avatar
    ALSA: Remove memory reservation code from memalloc helper · 47d98c02
    Takashi Iwai authored
    
    
    Nowadays we have CMA for obtaining the contiguous memory pages
    efficiently.  Let's kill the old kludge for reserving the memory pages
    for large buffers.  It was rarely useful (only for preserving pages
    among module reloading or a little help by an early boot scripting),
    used only by a couple of drivers, and yet it gives too much ugliness
    than its benefit.
    
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    47d98c02