mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-19 15:39:07 +00:00
ASoC: Staticize ak4641_dai
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
This commit is contained in:
parent
d21685ec25
commit
37aa716a57
@ -457,7 +457,7 @@ static struct snd_soc_dai_ops ak4641_pcm_dai_ops = {
|
||||
.set_sysclk = ak4641_set_dai_sysclk,
|
||||
};
|
||||
|
||||
struct snd_soc_dai_driver ak4641_dai[] = {
|
||||
static struct snd_soc_dai_driver ak4641_dai[] = {
|
||||
{
|
||||
.name = "ak4641-hifi",
|
||||
.id = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user