Skip to content

Commit

Permalink
ASoC: Staticise samsung_spdif_dai
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 2, 2011
1 parent 019cd3b commit bc6bd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/samsung/spdif.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ static struct snd_soc_dai_ops spdif_dai_ops = {
.shutdown = spdif_shutdown,
};

struct snd_soc_dai_driver samsung_spdif_dai = {
static struct snd_soc_dai_driver samsung_spdif_dai = {
.name = "samsung-spdif",
.playback = {
.stream_name = "S/PDIF Playback",
Expand Down

0 comments on commit bc6bd90

Please sign in to comment.