]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ALSA: emu10k1 - Fix page allocation with GFP_DMA
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Jun 2008 10:34:45 +0000 (12:34 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 13 Jun 2008 14:29:38 +0000 (16:29 +0200)
commit781711a93e8aae756e8ae07acef185a6dfe552b8
treeb37a5118ae638b2ce4210326a8f621dea8cc888a
parent36ca6e133ae3a57318a3ad8a41b2f005e3934c29
ALSA: emu10k1 - Fix page allocation with GFP_DMA

Added the missing GFP_ATOMIC to page_alloc when called with GFP_DMA.
GFP_KERNEL often results in stalls for ZONE_DMA, so GFP_ATOMIC is more
prgmatic.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/emu10k1/memory.c