summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs4271.c
diff options
context:
space:
mode:
authorMark Brown2011-01-26 12:35:28 +0100
committerMark Brown2011-01-26 20:10:49 +0100
commit16af7d60aa27d3fc39e46fd456b8e33d34d60437 (patch)
tree2fc77ae8c07ea86532c160178c50cf2dbd7f13ea /sound/soc/codecs/cs4271.c
parentASoC: sh: fsi: modify selection method of I2S/PCM/SPDIF format (diff)
downloadkernel-qcow2-linux-16af7d60aa27d3fc39e46fd456b8e33d34d60437.tar.gz
kernel-qcow2-linux-16af7d60aa27d3fc39e46fd456b8e33d34d60437.tar.xz
kernel-qcow2-linux-16af7d60aa27d3fc39e46fd456b8e33d34d60437.zip
ASoC: Staticise non-exported symbols in cs4271
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Alexander Sverdlin <subaparts@yandex.ru> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs/cs4271.c')
-rw-r--r--sound/soc/codecs/cs4271.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c
index 5357ec5f5d7c..9c5b7db0ce6a 100644
--- a/sound/soc/codecs/cs4271.c
+++ b/sound/soc/codecs/cs4271.c
@@ -386,7 +386,7 @@ static struct snd_soc_dai_ops cs4271_dai_ops = {
.digital_mute = cs4271_digital_mute,
};
-struct snd_soc_dai_driver cs4271_dai = {
+static struct snd_soc_dai_driver cs4271_dai = {
.name = "cs4271-hifi",
.playback = {
.stream_name = "Playback",
@@ -526,7 +526,7 @@ static int cs4271_remove(struct snd_soc_codec *codec)
return 0;
};
-struct snd_soc_codec_driver soc_codec_dev_cs4271 = {
+static struct snd_soc_codec_driver soc_codec_dev_cs4271 = {
.probe = cs4271_probe,
.remove = cs4271_remove,
.suspend = cs4271_soc_suspend,