提交 80ab8eae 编写于 作者: T Takashi Iwai

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: NTakashi Iwai <tiwai@suse.de>
上级 6ab08ced
...@@ -25,6 +25,7 @@ config SND_ALS300 ...@@ -25,6 +25,7 @@ config SND_ALS300
select SND_PCM select SND_PCM
select SND_AC97_CODEC select SND_AC97_CODEC
select SND_OPL3_LIB select SND_OPL3_LIB
select ZONE_DMA
help help
Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+ Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
...@@ -49,6 +50,7 @@ config SND_ALI5451 ...@@ -49,6 +50,7 @@ config SND_ALI5451
tristate "ALi M5451 PCI Audio Controller" tristate "ALi M5451 PCI Audio Controller"
select SND_MPU401_UART select SND_MPU401_UART
select SND_AC97_CODEC select SND_AC97_CODEC
select ZONE_DMA
help help
Say Y here to include support for the integrated AC97 sound Say Y here to include support for the integrated AC97 sound
device on motherboards using the ALi M5451 Audio Controller device on motherboards using the ALi M5451 Audio Controller
...@@ -153,6 +155,7 @@ config SND_AZT3328 ...@@ -153,6 +155,7 @@ config SND_AZT3328
select SND_PCM select SND_PCM
select SND_RAWMIDI select SND_RAWMIDI
select SND_AC97_CODEC select SND_AC97_CODEC
select ZONE_DMA
help help
Say Y here to include support for Aztech AZF3328 (PCI168) Say Y here to include support for Aztech AZF3328 (PCI168)
soundcards. soundcards.
...@@ -459,6 +462,7 @@ config SND_EMU10K1 ...@@ -459,6 +462,7 @@ config SND_EMU10K1
select SND_HWDEP select SND_HWDEP
select SND_RAWMIDI select SND_RAWMIDI
select SND_AC97_CODEC select SND_AC97_CODEC
select ZONE_DMA
help help
Say Y to include support for Sound Blaster PCI 512, Live!, Say Y to include support for Sound Blaster PCI 512, Live!,
Audigy and E-mu APS (partially supported) soundcards. Audigy and E-mu APS (partially supported) soundcards.
...@@ -474,6 +478,7 @@ config SND_EMU10K1X ...@@ -474,6 +478,7 @@ config SND_EMU10K1X
tristate "Emu10k1X (Dell OEM Version)" tristate "Emu10k1X (Dell OEM Version)"
select SND_AC97_CODEC select SND_AC97_CODEC
select SND_RAWMIDI select SND_RAWMIDI
select ZONE_DMA
help help
Say Y here to include support for the Dell OEM version of the Say Y here to include support for the Dell OEM version of the
Sound Blaster Live!. Sound Blaster Live!.
...@@ -507,6 +512,7 @@ config SND_ES1938 ...@@ -507,6 +512,7 @@ config SND_ES1938
select SND_OPL3_LIB select SND_OPL3_LIB
select SND_MPU401_UART select SND_MPU401_UART
select SND_AC97_CODEC select SND_AC97_CODEC
select ZONE_DMA
help help
Say Y here to include support for soundcards based on ESS Solo-1 Say Y here to include support for soundcards based on ESS Solo-1
(ES1938, ES1946, ES1969) chips. (ES1938, ES1946, ES1969) chips.
...@@ -518,6 +524,7 @@ config SND_ES1968 ...@@ -518,6 +524,7 @@ config SND_ES1968
tristate "ESS ES1968/1978 (Maestro-1/2/2E)" tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
select SND_MPU401_UART select SND_MPU401_UART
select SND_AC97_CODEC select SND_AC97_CODEC
select ZONE_DMA
help help
Say Y here to include support for soundcards based on ESS Maestro Say Y here to include support for soundcards based on ESS Maestro
1/2/2E chips. 1/2/2E chips.
...@@ -606,6 +613,7 @@ config SND_ICE1712 ...@@ -606,6 +613,7 @@ config SND_ICE1712
select SND_MPU401_UART select SND_MPU401_UART
select SND_AC97_CODEC select SND_AC97_CODEC
select BITREVERSE select BITREVERSE
select ZONE_DMA
help help
Say Y here to include support for soundcards based on the Say Y here to include support for soundcards based on the
ICE1712 (Envy24) chip. ICE1712 (Envy24) chip.
...@@ -693,6 +701,7 @@ config SND_LX6464ES ...@@ -693,6 +701,7 @@ config SND_LX6464ES
config SND_MAESTRO3 config SND_MAESTRO3
tristate "ESS Allegro/Maestro3" tristate "ESS Allegro/Maestro3"
select SND_AC97_CODEC select SND_AC97_CODEC
select ZONE_DMA
help help
Say Y here to include support for soundcards based on ESS Maestro 3 Say Y here to include support for soundcards based on ESS Maestro 3
(Allegro) chips. (Allegro) chips.
...@@ -789,6 +798,7 @@ config SND_SIS7019 ...@@ -789,6 +798,7 @@ config SND_SIS7019
tristate "SiS 7019 Audio Accelerator" tristate "SiS 7019 Audio Accelerator"
depends on X86 && !X86_64 depends on X86 && !X86_64
select SND_AC97_CODEC select SND_AC97_CODEC
select ZONE_DMA
help help
Say Y here to include support for the SiS 7019 Audio Accelerator. Say Y here to include support for the SiS 7019 Audio Accelerator.
...@@ -800,6 +810,7 @@ config SND_SONICVIBES ...@@ -800,6 +810,7 @@ config SND_SONICVIBES
select SND_OPL3_LIB select SND_OPL3_LIB
select SND_MPU401_UART select SND_MPU401_UART
select SND_AC97_CODEC select SND_AC97_CODEC
select ZONE_DMA
help help
Say Y here to include support for soundcards based on the S3 Say Y here to include support for soundcards based on the S3
SonicVibes chip. SonicVibes chip.
...@@ -811,6 +822,7 @@ config SND_TRIDENT ...@@ -811,6 +822,7 @@ config SND_TRIDENT
tristate "Trident 4D-Wave DX/NX; SiS 7018" tristate "Trident 4D-Wave DX/NX; SiS 7018"
select SND_MPU401_UART select SND_MPU401_UART
select SND_AC97_CODEC select SND_AC97_CODEC
select ZONE_DMA
help help
Say Y here to include support for soundcards based on Trident Say Y here to include support for soundcards based on Trident
4D-Wave DX/NX or SiS 7018 chips. 4D-Wave DX/NX or SiS 7018 chips.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册