aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-29 12:30:06 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-30 06:19:40 -0400
commitf79e5e8ce221c0c2e0754eb7076ba7611f209001 (patch)
treecb8bfbfa615856e19b22eef316e9c1b0dfc76edf
parentfbc7c62a3ff831aef24894b7982cd1adb2b7e070 (diff)
ASoC: Staticise non-exported symbols in rt5631
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r--sound/soc/codecs/rt5631.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/codecs/rt5631.c b/sound/soc/codecs/rt5631.c
index 889a7dd46be3..7e1f894baf4d 100644
--- a/sound/soc/codecs/rt5631.c
+++ b/sound/soc/codecs/rt5631.c
@@ -1308,7 +1308,7 @@ static const struct pll_div codec_slave_pll_div[] = {
1308 {3072000, 12288000, 0x0a90}, 1308 {3072000, 12288000, 0x0a90},
1309}; 1309};
1310 1310
1311struct coeff_clk_div coeff_div[] = { 1311static struct coeff_clk_div coeff_div[] = {
1312 /* sysclk is 256fs */ 1312 /* sysclk is 256fs */
1313 {2048000, 8000 * 32, 8000, 0x1000}, 1313 {2048000, 8000 * 32, 8000, 0x1000},
1314 {2048000, 8000 * 64, 8000, 0x0000}, 1314 {2048000, 8000 * 64, 8000, 0x0000},
@@ -1680,7 +1680,7 @@ static int rt5631_resume(struct snd_soc_codec *codec)
1680 SNDRV_PCM_FMTBIT_S24_LE | \ 1680 SNDRV_PCM_FMTBIT_S24_LE | \
1681 SNDRV_PCM_FMTBIT_S8) 1681 SNDRV_PCM_FMTBIT_S8)
1682 1682
1683struct snd_soc_dai_ops rt5631_ops = { 1683static struct snd_soc_dai_ops rt5631_ops = {
1684 .hw_params = rt5631_hifi_pcm_params, 1684 .hw_params = rt5631_hifi_pcm_params,
1685 .set_fmt = rt5631_hifi_codec_set_dai_fmt, 1685 .set_fmt = rt5631_hifi_codec_set_dai_fmt,
1686 .set_sysclk = rt5631_hifi_codec_set_dai_sysclk, 1686 .set_sysclk = rt5631_hifi_codec_set_dai_sysclk,
@@ -1762,7 +1762,7 @@ static __devexit int rt5631_i2c_remove(struct i2c_client *client)
1762 return 0; 1762 return 0;
1763} 1763}
1764 1764
1765struct i2c_driver rt5631_i2c_driver = { 1765static struct i2c_driver rt5631_i2c_driver = {
1766 .driver = { 1766 .driver = {
1767 .name = "rt5631", 1767 .name = "rt5631",
1768 .owner = THIS_MODULE, 1768 .owner = THIS_MODULE,