alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ASoC: Staticise rx51_aux_dev
@ 2011-12-13  2:13 Axel Lin
  2011-12-13  2:14 ` [PATCH 2/3] ASoC: Staticise au1xpsc_soc_platform Axel Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Axel Lin @ 2011-12-13  2:13 UTC (permalink / raw)
  To: alsa-devel; +Cc: Peter Ujfalusi, Mark Brown, Liam Girdwood, Jarkko Nikula

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 sound/soc/omap/rx51.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c
index 4cabb74..ad16db5 100644
--- a/sound/soc/omap/rx51.c
+++ b/sound/soc/omap/rx51.c
@@ -365,7 +365,7 @@ static struct snd_soc_dai_link rx51_dai[] = {
 	},
 };
 
-struct snd_soc_aux_dev rx51_aux_dev[] = {
+static struct snd_soc_aux_dev rx51_aux_dev[] = {
 	{
 		.name = "TLV320AIC34b",
 		.codec_name = "tlv320aic3x-codec.2-0019",
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-13  4:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13  2:13 [PATCH 1/3] ASoC: Staticise rx51_aux_dev Axel Lin
2011-12-13  2:14 ` [PATCH 2/3] ASoC: Staticise au1xpsc_soc_platform Axel Lin
2011-12-13  2:15 ` [PATCH 3/3] ASoC: Staticise alchemy_pcm_soc_platform Axel Lin
2011-12-13  4:10 ` [PATCH 1/3] ASoC: Staticise rx51_aux_dev Mark Brown

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).