Commit 1c6927f8 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

ASoC: Staticise ep93xx_ac97_dai

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarMika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 2e4891a5
...@@ -335,7 +335,7 @@ static struct snd_soc_dai_ops ep93xx_ac97_dai_ops = { ...@@ -335,7 +335,7 @@ static struct snd_soc_dai_ops ep93xx_ac97_dai_ops = {
.trigger = ep93xx_ac97_trigger, .trigger = ep93xx_ac97_trigger,
}; };
struct snd_soc_dai_driver ep93xx_ac97_dai = { static struct snd_soc_dai_driver ep93xx_ac97_dai = {
.name = "ep93xx-ac97", .name = "ep93xx-ac97",
.id = 0, .id = 0,
.ac97_control = 1, .ac97_control = 1,
......
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