ALSA: Fix SG-buffer DMA with non-coherent architectures
[pandora-kernel.git] / sound / core / Kconfig
index 7bbdda0..c15682a 100644 (file)
@@ -205,3 +205,9 @@ config SND_PCM_XRUN_DEBUG
 
 config SND_VMASTER
        bool
+
+config SND_DMA_SGBUF
+       def_bool y
+       depends on X86
+
+source "sound/core/seq/Kconfig"