Commit 37aa716a authored by Mark Brown's avatar Mark Brown

ASoC: Staticize ak4641_dai

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
parent d21685ec
...@@ -457,7 +457,7 @@ static struct snd_soc_dai_ops ak4641_pcm_dai_ops = { ...@@ -457,7 +457,7 @@ static struct snd_soc_dai_ops ak4641_pcm_dai_ops = {
.set_sysclk = ak4641_set_dai_sysclk, .set_sysclk = ak4641_set_dai_sysclk,
}; };
struct snd_soc_dai_driver ak4641_dai[] = { static struct snd_soc_dai_driver ak4641_dai[] = {
{ {
.name = "ak4641-hifi", .name = "ak4641-hifi",
.id = 1, .id = 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