Takashi Iwai cc6a8acdee ALSA: Fix SG-buffer DMA with non-coherent architectures
Using SG-buffers with dma_alloc_coherent() is often very inefficient
on non-coherent architectures because a tracking record could be
allocated in addition for each dma_alloc_coherent() call.
Instead, simply disable SG-buffers but just allocate normal continuous
buffers on non-supported (currently all but x86) architectures.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-07-08 14:20:20 +02:00
..
2009-01-21 15:12:40 +01:00
2009-01-31 00:13:56 +05:30
2009-02-05 09:17:50 +01:00
2008-11-17 11:45:39 +00:00
2009-02-23 07:47:52 +01:00
2008-11-17 11:45:39 +00:00
2009-05-06 12:32:26 +02:00