Commit 8fccf469 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: Staticise sh4_ssi_dai

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent bc6bd90e
...@@ -342,7 +342,7 @@ static struct snd_soc_dai_ops ssi_dai_ops = { ...@@ -342,7 +342,7 @@ static struct snd_soc_dai_ops ssi_dai_ops = {
.set_fmt = ssi_set_fmt, .set_fmt = ssi_set_fmt,
}; };
struct snd_soc_dai_driver sh4_ssi_dai[] = { static struct snd_soc_dai_driver sh4_ssi_dai[] = {
{ {
.name = "ssi-dai.0", .name = "ssi-dai.0",
.playback = { .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