[kernel] Enable DMA for ARM sound drivers

Peter Robinson pbrobinson at fedoraproject.org
Thu May 9 10:29:18 UTC 2013


commit ea30261517dc73a105ff81ad326e45e1aea0923a
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu May 9 11:29:12 2013 +0100

    Enable DMA for ARM sound drivers

 config-armv7-generic |    2 ++
 kernel.spec          |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/config-armv7-generic b/config-armv7-generic
index bf10b28..92129e4 100644
--- a/config-armv7-generic
+++ b/config-armv7-generic
@@ -297,6 +297,8 @@ CONFIG_SND_DESIGNWARE_I2S=m
 CONFIG_SND_SIMPLE_CARD=m
 CONFIG_SND_SOC_CACHE_LZO=y
 CONFIG_SND_SOC_ALL_CODECS=m
+CONFIG_SND_SOC_DMAENGINE_PCM=y
+CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
 # CONFIG_SND_ATMEL_SOC is not set
 
 # Displays
diff --git a/kernel.spec b/kernel.spec
index 00180d7..a12f403 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2240,6 +2240,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Thu May  9 2013 Peter Robinson <pbrobinson at fedoraproject.org>
+- Enable DMA for ARM sound drivers
+
 * Thu May 09 2013 Josh Boyer <jwboyer at redhat.com> - 3.10.0-0.rc0.git23.1
 - Linux v3.9-11789-ge0fd9af
 


More information about the scm-commits mailing list