aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-09-23 04:22:07 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-23 06:54:24 -0400
commit51e19fb385b6e424d1b21785744de1f40354b810 (patch)
tree9cd5ab503bd351a482bfb403d1d07b22e10a60a2
parentf34c660662cc2b6e133083160bf6a3c77f11886e (diff)
ASoC: Staticize rt5631_dai
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r--sound/soc/codecs/rt5631.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c
index 110b3d852d0f..889a7dd46be3 100644
--- a/sound/soc/codecs/rt5631.c
+++ b/sound/soc/codecs/rt5631.c
@@ -1687,7 +1687,7 @@ struct snd_soc_dai_ops rt5631_ops = {
1687 .set_pll = rt5631_codec_set_dai_pll, 1687 .set_pll = rt5631_codec_set_dai_pll,
1688}; 1688};
1689 1689
1690struct snd_soc_dai_driver rt5631_dai[] = { 1690static struct snd_soc_dai_driver rt5631_dai[] = {
1691 { 1691 {
1692 .name = "rt5631-hifi", 1692 .name = "rt5631-hifi",
1693 .id = 1, 1693 .id = 1,