[alsa-devel] [PATCH] ASoC: isabelle: Staticise non-exported isabelle_dai

Mark Brown broonie at opensource.wolfsonmicro.com
Fri Jun 22 12:34:17 CEST 2012


Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
 sound/soc/codecs/isabelle.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/isabelle.c b/sound/soc/codecs/isabelle.c
index 0d62f3b..5d8f39e 100644
--- a/sound/soc/codecs/isabelle.c
+++ b/sound/soc/codecs/isabelle.c
@@ -1036,7 +1036,7 @@ static struct snd_soc_dai_ops isabelle_ul_dai_ops = {
 };
 
 /* ISABELLE dai structure */
-struct snd_soc_dai_driver isabelle_dai[] = {
+static struct snd_soc_dai_driver isabelle_dai[] = {
 	{
 		.name = "isabelle-dl1",
 		.playback = {
-- 
1.7.10



More information about the Alsa-devel mailing list