mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue