ASoC: Staticise samsung_spdif_dai

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Axel Lin 2011-10-02 17:42:30 +08:00 committed by Mark Brown
parent 019cd3b25a
commit bc6bd90eb7

View file

@ -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",