Commit bc6bd90e authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: Staticise samsung_spdif_dai

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 019cd3b2
...@@ -340,7 +340,7 @@ static struct snd_soc_dai_ops spdif_dai_ops = { ...@@ -340,7 +340,7 @@ static struct snd_soc_dai_ops spdif_dai_ops = {
.shutdown = spdif_shutdown, .shutdown = spdif_shutdown,
}; };
struct snd_soc_dai_driver samsung_spdif_dai = { static struct snd_soc_dai_driver samsung_spdif_dai = {
.name = "samsung-spdif", .name = "samsung-spdif",
.playback = { .playback = {
.stream_name = "S/PDIF Playback", .stream_name = "S/PDIF Playback",
......
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