From: Axel Lin <axel.lin@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: alsa-devel@alsa-project.org,
Jassi Brar <jassisinghbrar@gmail.com>,
Sangbeom Kim <sbkim73@samsung.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
Liam@alsa-project.org, Girdwood <lrg@ti.com>,
Seungwhan Youn <sw.youn@samsung.com>
Subject: [PATCH 2/3] ASoC: Staticise samsung_spdif_dai
Date: Sun, 02 Oct 2011 17:42:30 +0800 [thread overview]
Message-ID: <1317548550.16362.1.camel@phoenix> (raw)
In-Reply-To: <1317548500.16362.0.camel@phoenix>
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
sound/soc/samsung/spdif.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/samsung/spdif.c b/sound/soc/samsung/spdif.c
index 965b2bd..468cff1 100644
--- a/sound/soc/samsung/spdif.c
+++ b/sound/soc/samsung/spdif.c
@@ -341,7 +341,7 @@ static struct snd_soc_dai_ops spdif_dai_ops = {
.shutdown = spdif_shutdown,
};
-struct snd_soc_dai_driver samsung_spdif_dai = {
+static struct snd_soc_dai_driver samsung_spdif_dai = {
.name = "samsung-spdif",
.playback = {
.stream_name = "S/PDIF Playback",
--
1.7.4.1
WARNING: multiple messages have this Message-ID (diff)
From: Axel Lin <axel.lin@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Seungwhan Youn <sw.youn@samsung.com>,
Jassi Brar <jassisinghbrar@gmail.com>,
Sangbeom Kim <sbkim73@samsung.com>, Liam Girdwood <lrg@ti.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
alsa-devel@alsa-project.org
Subject: [PATCH 2/3] ASoC: Staticise samsung_spdif_dai
Date: Sun, 02 Oct 2011 17:42:30 +0800 [thread overview]
Message-ID: <1317548550.16362.1.camel@phoenix> (raw)
In-Reply-To: <1317548500.16362.0.camel@phoenix>
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
sound/soc/samsung/spdif.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/samsung/spdif.c b/sound/soc/samsung/spdif.c
index 965b2bd..468cff1 100644
--- a/sound/soc/samsung/spdif.c
+++ b/sound/soc/samsung/spdif.c
@@ -341,7 +341,7 @@ static struct snd_soc_dai_ops spdif_dai_ops = {
.shutdown = spdif_shutdown,
};
-struct snd_soc_dai_driver samsung_spdif_dai = {
+static struct snd_soc_dai_driver samsung_spdif_dai = {
.name = "samsung-spdif",
.playback = {
.stream_name = "S/PDIF Playback",
--
1.7.4.1
next prev parent reply other threads:[~2011-10-02 9:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-02 9:41 [PATCH 1/3] ASoC: tegra: Staticise tegra_i2s_dai and tegra_spdif_dai Axel Lin
2011-10-02 9:41 ` Axel Lin
2011-10-02 9:42 ` Axel Lin [this message]
2011-10-02 9:42 ` [PATCH 2/3] ASoC: Staticise samsung_spdif_dai Axel Lin
2011-10-02 18:59 ` Mark Brown
2011-10-02 18:59 ` Mark Brown
2011-10-02 9:43 ` [PATCH 3/3] ASoC: Staticise sh4_ssi_dai Axel Lin
2011-10-02 9:43 ` Axel Lin
2011-10-02 18:59 ` Mark Brown
2011-10-02 18:59 ` Mark Brown
2011-10-02 18:59 ` [PATCH 1/3] ASoC: tegra: Staticise tegra_i2s_dai and tegra_spdif_dai 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=1317548550.16362.1.camel@phoenix \
--to=axel.lin@gmail.com \
--cc=Liam@alsa-project.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=jassisinghbrar@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lrg@ti.com \
--cc=sbkim73@samsung.com \
--cc=sw.youn@samsung.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.