提交 de535a5b 编写于 作者: M Mark Brown

ASoC: Staticise AD1980 DAI

It doesn't need to be exported with multi-component.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
上级 ad5e4655
...@@ -133,7 +133,7 @@ static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, ...@@ -133,7 +133,7 @@ static int ac97_write(struct snd_soc_codec *codec, unsigned int reg,
return 0; return 0;
} }
struct snd_soc_dai_driver ad1980_dai = { static struct snd_soc_dai_driver ad1980_dai = {
.name = "ad1980-hifi", .name = "ad1980-hifi",
.ac97_control = 1, .ac97_control = 1,
.playback = { .playback = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册