commit | 51e19fb385b6e424d1b21785744de1f40354b810 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Sep 23 16:22:07 2011 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Sep 23 11:54:24 2011 +0100 |
tree | 9cd5ab503bd351a482bfb403d1d07b22e10a60a2 | |
parent | f34c660662cc2b6e133083160bf6a3c77f11886e [diff] [blame] |
ASoC: Staticize rt5631_dai Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c index 110b3d8..889a7dd 100644 --- a/sound/soc/codecs/rt5631.c +++ b/sound/soc/codecs/rt5631.c
@@ -1687,7 +1687,7 @@ .set_pll = rt5631_codec_set_dai_pll, }; -struct snd_soc_dai_driver rt5631_dai[] = { +static struct snd_soc_dai_driver rt5631_dai[] = { { .name = "rt5631-hifi", .id = 1,