]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: Enable CONFIG_ZONE_DMA for smaller PCI DMA masks
authorTakashi Iwai <tiwai@suse.de>
Fri, 10 Jan 2014 13:20:42 +0000 (14:20 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 11 Jan 2014 10:05:13 +0000 (11:05 +0100)
commit61bb8d67c76bcac82f0036ce8624231c9c67c205
treec27affc73401c69f32684ab8a7e7cfe415016adf
parentec330c8413095e8623cdd147b136d17c205c484b
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: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/Kconfig