提交 ea50888d 编写于 作者: T Takashi Iwai 提交者: 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: NTakashi Iwai <tiwai@suse.de>
上级 c82590d2
...@@ -83,7 +83,7 @@ struct snd_mem_list { ...@@ -83,7 +83,7 @@ struct snd_mem_list {
* Hacks * Hacks
*/ */
#if defined(__i386__) || defined(__ppc__) || defined(__x86_64__) #if defined(__i386__)
/* /*
* A hack to allocate large buffers via dma_alloc_coherent() * A hack to allocate large buffers via dma_alloc_coherent()
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册