diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-22 06:33:38 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-23 07:11:30 -0400 |
commit | bb1591b3de7c9c6b28f337e214100a394a126ab2 (patch) | |
tree | 29c52379be697639e09215a227228263aae032d4 /sound/soc | |
parent | b2a4ec3d48fb53c99cb2e332f6e58eef770f1ed9 (diff) |
ASoC: isabelle: Staticise non-exported isabelle_dai
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/isabelle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/isabelle.c b/sound/soc/codecs/isabelle.c index 0d62f3b0f474..5d8f39e32978 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 = { | |||
1036 | }; | 1036 | }; |
1037 | 1037 | ||
1038 | /* ISABELLE dai structure */ | 1038 | /* ISABELLE dai structure */ |
1039 | struct snd_soc_dai_driver isabelle_dai[] = { | 1039 | static struct snd_soc_dai_driver isabelle_dai[] = { |
1040 | { | 1040 | { |
1041 | .name = "isabelle-dl1", | 1041 | .name = "isabelle-dl1", |
1042 | .playback = { | 1042 | .playback = { |