From: Sangbeom Kim <sbkim73@samsung.com>
To: alsa-devel@alsa-project.org, linux-samsung-soc@vger.kernel.org
Cc: jassisinghbrar@gmail.com, lrg@slimlogic.co.uk,
broonie@opensource.wolfsonmicro.com, kgene.kim@samsung.com,
ben-linux@fluff.org, Sangbeom Kim <sbkim73@samsung.com>
Subject: [PATCH 3/4] ASoC: SAMSUNG: Change platform driver for SMDKs
Date: Thu, 9 Jun 2011 17:09:09 +0900 [thread overview]
Message-ID: <1307606950-8310-4-git-send-email-sbkim73@samsung.com> (raw)
In-Reply-To: <1307606950-8310-1-git-send-email-sbkim73@samsung.com>
Change platform driver to support internal dma
for smdk_wm8994 and smdk_wm8580
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
---
sound/soc/samsung/smdk_wm8580.c | 2 +-
sound/soc/samsung/smdk_wm8994.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/samsung/smdk_wm8580.c b/sound/soc/samsung/smdk_wm8580.c
index 3d26f66..fa415a1 100644
--- a/sound/soc/samsung/smdk_wm8580.c
+++ b/sound/soc/samsung/smdk_wm8580.c
@@ -229,7 +229,7 @@ static struct snd_soc_dai_link smdk_dai[] = {
.stream_name = "Playback",
.cpu_dai_name = "samsung-i2s.x",
.codec_dai_name = "wm8580-hifi-playback",
- .platform_name = "samsung-audio",
+ .platform_name = "samsung-idma",
.codec_name = "wm8580-codec.0-001b",
.init = smdk_wm8580_init_paifrx,
.ops = &smdk_ops,
diff --git a/sound/soc/samsung/smdk_wm8994.c b/sound/soc/samsung/smdk_wm8994.c
index e7c1009..d36c575 100644
--- a/sound/soc/samsung/smdk_wm8994.c
+++ b/sound/soc/samsung/smdk_wm8994.c
@@ -134,7 +134,7 @@ static struct snd_soc_dai_link smdk_dai[] = {
.stream_name = "Sec_Dai",
.cpu_dai_name = "samsung-i2s.4",
.codec_dai_name = "wm8994-aif1",
- .platform_name = "samsung-audio",
+ .platform_name = "samsung-idma",
.codec_name = "wm8994-codec",
.ops = &smdk_ops,
},
--
1.7.1
next prev parent reply other threads:[~2011-06-09 8:09 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-09 8:09 [PATCH 0/4] Adding idma driver for samsung SoCs Sangbeom Kim
2011-06-09 8:09 ` [PATCH 1/4] ASoC: SAMSUNG: Modify I2S driver to support idma Sangbeom Kim
2011-06-10 11:31 ` Jassi Brar
2011-06-13 7:58 ` [alsa-devel] " Sangbeom Kim
2011-06-13 8:57 ` Jassi Brar
2011-06-09 8:09 ` [PATCH 2/4] ASoC: SAMSUNG: Add I2S0 internal dma driver Sangbeom Kim
2011-06-09 9:50 ` Liam Girdwood
2011-06-09 23:31 ` Sangbeom Kim
2011-06-09 12:33 ` Kyungmin Park
2011-06-09 23:41 ` [alsa-devel] " Sangbeom Kim
2011-06-10 10:08 ` Jassi Brar
2011-06-13 7:55 ` [alsa-devel] " Sangbeom Kim
2011-06-13 9:07 ` Jassi Brar
2011-06-13 9:40 ` Jassi Brar
2011-06-09 8:09 ` Sangbeom Kim [this message]
2011-06-09 10:46 ` [PATCH 3/4] ASoC: SAMSUNG: Change platform driver for SMDKs Mark Brown
2011-06-09 23:36 ` [alsa-devel] " Sangbeom Kim
2011-06-10 7:03 ` Jassi Brar
2011-06-10 7:16 ` [alsa-devel] " Sangbeom Kim
2011-06-10 7:26 ` Jassi Brar
2011-06-10 9:49 ` [alsa-devel] " Mark Brown
2011-06-10 10:12 ` Jassi Brar
2011-06-10 10:16 ` Mark Brown
2011-06-10 10:43 ` [alsa-devel] " Jassi Brar
2011-06-13 1:47 ` Sangbeom Kim
2011-06-09 8:09 ` [PATCH 4/4] ARM: SAMSUNG: Add platform device for idma Sangbeom Kim
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=1307606950-8310-4-git-send-email-sbkim73@samsung.com \
--to=sbkim73@samsung.com \
--cc=alsa-devel@alsa-project.org \
--cc=ben-linux@fluff.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=jassisinghbrar@gmail.com \
--cc=kgene.kim@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=lrg@slimlogic.co.uk \
/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