* [PATCH] ASoC: Staticise non-exported symbols in cs4271
@ 2011-01-26 11:36 Mark Brown
2011-01-26 13:19 ` Alexander Sverdlin
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2011-01-26 11:36 UTC (permalink / raw)
To: Alexander Sverdlin, Liam Girdwood; +Cc: alsa-devel, Mark Brown
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
sound/soc/codecs/cs4271.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c
index 5357ec5..9c5b7db 100644
--- a/sound/soc/codecs/cs4271.c
+++ b/sound/soc/codecs/cs4271.c
@@ -386,7 +386,7 @@ static struct snd_soc_dai_ops cs4271_dai_ops = {
.digital_mute = cs4271_digital_mute,
};
-struct snd_soc_dai_driver cs4271_dai = {
+static struct snd_soc_dai_driver cs4271_dai = {
.name = "cs4271-hifi",
.playback = {
.stream_name = "Playback",
@@ -526,7 +526,7 @@ static int cs4271_remove(struct snd_soc_codec *codec)
return 0;
};
-struct snd_soc_codec_driver soc_codec_dev_cs4271 = {
+static struct snd_soc_codec_driver soc_codec_dev_cs4271 = {
.probe = cs4271_probe,
.remove = cs4271_remove,
.suspend = cs4271_soc_suspend,
--
1.7.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: Staticise non-exported symbols in cs4271
2011-01-26 11:36 [PATCH] ASoC: Staticise non-exported symbols in cs4271 Mark Brown
@ 2011-01-26 13:19 ` Alexander Sverdlin
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Sverdlin @ 2011-01-26 13:19 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
On Wed, 2011-01-26 at 11:36 +0000, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> sound/soc/codecs/cs4271.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
Acked-by: Alexander Sverdlin <subaparts@yandex.ru>
Alexander A. Sverdlin.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-26 13:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-26 11:36 [PATCH] ASoC: Staticise non-exported symbols in cs4271 Mark Brown
2011-01-26 13:19 ` Alexander Sverdlin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).