Message ID | 4367111.vzeoBg4u5h@wuerfel (mailing list archive) |
---|---|
State | Accepted |
Commit | 5ba4059c385544001031ecff1335e10b3365112c |
Headers | show |
On Thu, Jun 05, 2014 at 12:40:04PM +0200, Arnd Bergmann wrote: > Building the pxa/mmp audio driver without support for the mmp > sram driver enabled results in this link error: applied, thanks.
On Thu, Jun 05, 2014 at 12:40:04PM +0200, Arnd Bergmann wrote: > From e7a94bb7fb871c73cc85712d89c1f48d0271c1be Mon Sep 17 00:00:00 2001 > From: Arnd Bergmann <arnd@arndb.de> > Date: Thu, 5 Jun 2014 12:31:28 +0200 > Subject: [PATCH] ASoC: MMP audio needs sram support > > Building the pxa/mmp audio driver without support for the mmp > sram driver enabled results in this link error: One other thing here: please send patches in the format in SubmittingPatches so that the tools can apply them cleanly.
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 42b305e..12a6da8 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -11,6 +11,7 @@ config SND_PXA2XX_SOC config SND_MMP_SOC bool "Soc Audio for Marvell MMP chips" depends on ARCH_MMP + select MMP_SRAM select SND_SOC_GENERIC_DMAENGINE_PCM select SND_ARM help