public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bryan Wu <cooloney@kernel.org>
To: broonie@sirena.org.uk
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	Cliff Cai <cliff.cai@analog.com>, Bryan Wu <cooloney@kernel.org>
Subject: [PATCH 1/9] ASoC: add Blackfin build options to Kconfig and Makefile of sound soc framework
Date: Fri,  5 Sep 2008 18:21:34 +0800	[thread overview]
Message-ID: <1220610102-7716-2-git-send-email-cooloney@kernel.org> (raw)
In-Reply-To: <1220610102-7716-1-git-send-email-cooloney@kernel.org>

From: Cliff Cai <cliff.cai@analog.com>

Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
---
 sound/soc/Kconfig  |    2 +-
 sound/soc/Makefile |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig
index f743530..0adbc92 100644
--- a/sound/soc/Kconfig
+++ b/sound/soc/Kconfig
@@ -31,7 +31,7 @@ source "sound/soc/sh/Kconfig"
 source "sound/soc/fsl/Kconfig"
 source "sound/soc/davinci/Kconfig"
 source "sound/soc/omap/Kconfig"
-
+source "sound/soc/blackfin/Kconfig"
 # Supported codecs
 source "sound/soc/codecs/Kconfig"
 
diff --git a/sound/soc/Makefile b/sound/soc/Makefile
index 933a66d..d849349 100644
--- a/sound/soc/Makefile
+++ b/sound/soc/Makefile
@@ -2,4 +2,4 @@ snd-soc-core-objs := soc-core.o soc-dapm.o
 
 obj-$(CONFIG_SND_SOC)	+= snd-soc-core.o
 obj-$(CONFIG_SND_SOC)	+= codecs/ at32/ at91/ pxa/ s3c24xx/ sh/ fsl/ davinci/
-obj-$(CONFIG_SND_SOC)	+= omap/ au1x/
+obj-$(CONFIG_SND_SOC)	+= omap/ au1x/ blackfin/
-- 
1.5.6

  reply	other threads:[~2008-09-05 10:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-05 10:21 [PATCH 0/9] ASoC Blackfin supporting (v2) Bryan Wu
2008-09-05 10:21 ` Bryan Wu [this message]
2008-09-05 12:38   ` [alsa-devel] [PATCH 1/9] ASoC: add Blackfin build options to Kconfig and Makefile of sound soc framework Mark Brown
2008-09-05 10:21 ` [PATCH 2/9] ASoC: Blackfin: SPORT peripheral interface driver Bryan Wu
2008-09-05 13:10   ` [alsa-devel] " Mark Brown
2008-09-05 10:21 ` [PATCH 3/9] ASoC: Blackfin: DMA Driver for AC97 sound chip Bryan Wu
2008-09-05 12:48   ` [alsa-devel] " Mark Brown
2008-09-05 10:21 ` [PATCH 4/9] ASoC: Blackfin: AC97 Blackfin CPU DAI driver Bryan Wu
2008-09-05 10:21 ` [PATCH 5/9] ASoC: Blackfin: DMA Driver for I2S sound chip Bryan Wu
2008-09-05 10:21 ` [PATCH 6/9] ASoC: Blackfin: I2S CPU DAI driver Bryan Wu
2008-09-05 10:21 ` [PATCH 7/9] ASoC: Blackfin: board driver for AD1980/1 audio codec Bryan Wu
2008-09-05 10:21 ` [PATCH 8/9] ASoC: Blackfin: board driver for SSM2602 sound chip Bryan Wu
2008-09-05 10:21 ` [PATCH 9/9] ASoC: Blackfin: add Blackfin arch ASoC Kconfig and Makefile Bryan Wu
2008-09-05 12:37 ` [alsa-devel] [PATCH 0/9] ASoC Blackfin supporting (v2) Mark Brown
2008-09-05 14:00   ` Bryan Wu
  -- strict thread matches above, loose matches on Subject: below --
2008-09-04  8:21 [PATCH 0/9] ASoC Blackfin supporting Bryan Wu
2008-09-04  8:22 ` [PATCH 1/9] ASoC: add Blackfin build options to Kconfig and Makefile of sound soc framework Bryan Wu

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=1220610102-7716-2-git-send-email-cooloney@kernel.org \
    --to=cooloney@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@sirena.org.uk \
    --cc=cliff.cai@analog.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox