Commit 16af7d60 authored by Mark Brown's avatar Mark Brown

ASoC: Staticise non-exported symbols in cs4271

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarAlexander Sverdlin <subaparts@yandex.ru>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent f17c13ca
...@@ -386,7 +386,7 @@ static struct snd_soc_dai_ops cs4271_dai_ops = { ...@@ -386,7 +386,7 @@ static struct snd_soc_dai_ops cs4271_dai_ops = {
.digital_mute = cs4271_digital_mute, .digital_mute = cs4271_digital_mute,
}; };
struct snd_soc_dai_driver cs4271_dai = { static struct snd_soc_dai_driver cs4271_dai = {
.name = "cs4271-hifi", .name = "cs4271-hifi",
.playback = { .playback = {
.stream_name = "Playback", .stream_name = "Playback",
...@@ -526,7 +526,7 @@ static int cs4271_remove(struct snd_soc_codec *codec) ...@@ -526,7 +526,7 @@ static int cs4271_remove(struct snd_soc_codec *codec)
return 0; return 0;
}; };
struct snd_soc_codec_driver soc_codec_dev_cs4271 = { static struct snd_soc_codec_driver soc_codec_dev_cs4271 = {
.probe = cs4271_probe, .probe = cs4271_probe,
.remove = cs4271_remove, .remove = cs4271_remove,
.suspend = cs4271_soc_suspend, .suspend = cs4271_soc_suspend,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment