Commit ea50888d authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] Use dma_alloc_coherent() hack on i386 only

Modules: Memalloc module

Use dma_alloc_coherent() hack on i386 only (as a valid arch).
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent c82590d2
......@@ -83,7 +83,7 @@ struct snd_mem_list {
* Hacks
*/
#if defined(__i386__) || defined(__ppc__) || defined(__x86_64__)
#if defined(__i386__)
/*
* A hack to allocate large buffers via dma_alloc_coherent()
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment