All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Dooks <ben-alsa@fluff.org>
To: alsa-devel@alsa-project.org
Cc: broonie@opensource.wolfsonmicro.com
Subject: [patch 9/9] AUDIO: Select DMA if I2S is configured
Date: Wed, 04 Mar 2009 00:49:34 +0000	[thread overview]
Message-ID: <20090304005139.468566732@fluff.org.uk> (raw)
In-Reply-To: 20090304004925.530566010@fluff.org.uk

[-- Attachment #1: audio/select-dma-from-kconfig.patch --]
[-- Type: text/plain, Size: 942 bytes --]

Select the relevant DMA implementation when the
sound driver is selected.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
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'

  parent reply	other threads:[~2009-03-04  0:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-04  0:49 [patch 0/9] S3C24XX/S3C64XX updates Ben Dooks
2009-03-04  0:49 ` [patch 1/9] S3C24XX: Move and update IIS headers Ben Dooks
2009-03-04  0:49 ` [patch 2/9] JIVE: Add ASoC audio support Ben Dooks
2009-03-04 14:57   ` Mark Brown
2009-03-04  0:49 ` [patch 3/9] S3C: Move <mach/audio.h> to <plat/audio.h> Ben Dooks
2009-03-04  0:49 ` [patch 4/9] S3C24XX ASoC: Fix copyright statements on Simtec files Ben Dooks
2009-03-04 19:20   ` Mark Brown
2009-03-04  0:49 ` [patch 5/9] S3C: Split s3c2412-i2s.c into core and SoC specific parts Ben Dooks
2009-03-04 19:52   ` Mark Brown
2009-03-04  0:49 ` [patch 6/9] S3C64XX: Add s3c64xx-i2s support Ben Dooks
2009-03-04  0:56   ` Ben Dooks
2009-03-04 19:56   ` Mark Brown
2009-03-04  0:49 ` [patch 7/9] ASoC: Ensure codec check hw_write error at probe Ben Dooks
2009-03-04 19:57   ` Mark Brown
2009-03-04  0:49 ` [patch 8/9] SMDK6410: Add support for WM8731 on an add-on board Ben Dooks
2009-03-04 20:06   ` Mark Brown
2009-03-04  0:49 ` Ben Dooks [this message]
2009-03-04 20:29 ` [patch 0/9] S3C24XX/S3C64XX updates Mark Brown
2009-03-05  7:23   ` Takashi Iwai
2009-03-05 10:31     ` Mark Brown
2009-03-05 10:36       ` Takashi Iwai
2009-03-05 11:03         ` Mark Brown
2009-03-11 10:39           ` Ben Dooks
2009-03-11 12:47             ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090304005139.468566732@fluff.org.uk \
    --to=ben-alsa@fluff.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.