diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-01-10 14:20:42 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-01-11 11:05:13 +0100 |
commit | 80ab8eae70e51d578ebbeb228e0f7a562471b8b7 (patch) | |
tree | c27affc73401c69f32684ab8a7e7cfe415016adf /sound/pci/intel8x0.c | |
parent | ALSA: PCM: Warn when buffer preallocation fails (diff) | |
download | linux-80ab8eae70e51d578ebbeb228e0f7a562471b8b7.tar.xz linux-80ab8eae70e51d578ebbeb228e0f7a562471b8b7.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions