mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 15:19:51 +00:00
[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: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
c82590d2b2
commit
ea50888d83
@ -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()
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user