From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Dooks Subject: [patch 9/9] AUDIO: Select DMA if I2S is configured Date: Wed, 04 Mar 2009 00:49:34 +0000 Message-ID: <20090304005139.468566732@fluff.org.uk> References: <20090304004925.530566010@fluff.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from teyla.home.fluff.org (aeryn.fluff.org.uk [87.194.8.8]) by alsa0.perex.cz (Postfix) with ESMTP id 76A852440A for ; Wed, 4 Mar 2009 01:54:00 +0100 (CET) Content-Disposition: inline; filename=audio/select-dma-from-kconfig.patch List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org Cc: broonie@opensource.wolfsonmicro.com List-Id: alsa-devel@alsa-project.org Select the relevant DMA implementation when the sound driver is selected. Signed-off-by: Ben Dooks Index: linux.agit/sound/soc/s3c24xx/Kconfig =================================================================== --- linux.agit.orig/sound/soc/s3c24xx/Kconfig 2009-02-26 18:07:22.000000000 +0000 +++ linux.agit/sound/soc/s3c24xx/Kconfig 2009-02-26 18:12:29.000000000 +0000 @@ -8,6 +8,7 @@ config SND_S3C24XX_SOC config SND_S3C24XX_SOC_I2S tristate + select S3C2410_DMA config SND_S3C_I2SV2_SOC tristate @@ -15,13 +16,16 @@ config SND_S3C_I2SV2_SOC config SND_S3C2412_SOC_I2S tristate select SND_S3C_I2SV2_SOC + select S3C2410_DMA config SND_S3C64XX_SOC_I2S tristate select SND_S3C_I2SV2_SOC + select S3C64XX_DMA config SND_S3C2443_SOC_AC97 tristate + select S3C2410_DMA select AC97_BUS select SND_SOC_AC97_BUS -- Ben (ben@fluff.org, http://www.fluff.org/) 'a smiley only costs 4 bytes'