alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: s3c24xx: Fix compilation problem.
@ 2010-11-08 12:14 Marek Belisko
  2010-11-08 13:47 ` Liam Girdwood
  2010-11-08 17:20 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Belisko @ 2010-11-08 12:14 UTC (permalink / raw)
  To: Jassi Brar
  Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	alsa-devel, linux-kernel, Marek Belisko

When make mini2440_defconfig compilation end with undefined
references to DMA functions. There was missing selection
for S3C2410_DMA when compile ASoC audio for S3C24xx CPU.
Tested on mini2440 board.

Signed-off-by: Marek Belisko <marek.belisko@gmail.com>
---
 sound/soc/s3c24xx/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig
index 8a6b53c..d85bf8a 100644
--- a/sound/soc/s3c24xx/Kconfig
+++ b/sound/soc/s3c24xx/Kconfig
@@ -2,6 +2,7 @@ config SND_S3C24XX_SOC
 	tristate "SoC Audio for the Samsung S3CXXXX chips"
 	depends on ARCH_S3C2410 || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210
 	select S3C64XX_DMA if ARCH_S3C64XX
+	select S3C2410_DMA if ARCH_S3C2410
 	help
 	  Say Y or M if you want to add support for codecs attached to
 	  the S3C24XX AC97 or I2S interfaces. You will also need to
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: s3c24xx: Fix compilation problem.
  2010-11-08 12:14 [PATCH] ASoC: s3c24xx: Fix compilation problem Marek Belisko
@ 2010-11-08 13:47 ` Liam Girdwood
  2010-11-08 17:20 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-11-08 13:47 UTC (permalink / raw)
  To: Marek Belisko
  Cc: alsa-devel, Jassi Brar, Takashi Iwai, Mark Brown, linux-kernel

On Mon, 2010-11-08 at 13:14 +0100, Marek Belisko wrote:
> When make mini2440_defconfig compilation end with undefined
> references to DMA functions. There was missing selection
> for S3C2410_DMA when compile ASoC audio for S3C24xx CPU.
> Tested on mini2440 board.
> 
> Signed-off-by: Marek Belisko <marek.belisko@gmail.com>

Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: s3c24xx: Fix compilation problem.
  2010-11-08 12:14 [PATCH] ASoC: s3c24xx: Fix compilation problem Marek Belisko
  2010-11-08 13:47 ` Liam Girdwood
@ 2010-11-08 17:20 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-11-08 17:20 UTC (permalink / raw)
  To: Marek Belisko
  Cc: alsa-devel, Jassi Brar, Takashi Iwai, linux-kernel, Liam Girdwood

On Mon, Nov 08, 2010 at 01:14:51PM +0100, Marek Belisko wrote:
> When make mini2440_defconfig compilation end with undefined
> references to DMA functions. There was missing selection
> for S3C2410_DMA when compile ASoC audio for S3C24xx CPU.
> Tested on mini2440 board.
> 
> Signed-off-by: Marek Belisko <marek.belisko@gmail.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-08 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08 12:14 [PATCH] ASoC: s3c24xx: Fix compilation problem Marek Belisko
2010-11-08 13:47 ` Liam Girdwood
2010-11-08 17:20 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).