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

ASoC: Staticise samsung_spdif_dai

parent 019cd3b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",