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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()
 *