From: Takashi Iwai Date: Fri, 10 Jan 2014 13:20:42 +0000 (+0100) Subject: ALSA: Enable CONFIG_ZONE_DMA for smaller PCI DMA masks X-Git-Tag: v3.14-rc1~143^2~1^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ab8eae70e51d578ebbeb228e0f7a562471b8b7;p=pandora-kernel.git ALSA: Enable CONFIG_ZONE_DMA for smaller PCI DMA masks The PCI devices with DMA masks smaller than 32bit should enable CONFIG_ZONE_DMA. Since the recent change of page allocator, page allocations via dma_alloc_coherent() with the limited DMA mask bits may fail more frequently, ended up with no available buffers, when CONFIG_ZONE_DMA isn't enabled. With CONFIG_ZONE_DMA, the system has much more chance to obtain such pages. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=68221 Cc: Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed