mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-11 23:23:52 +08: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,
|
.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,
|
||||||
|
Loading…
Reference in New Issue
Block a user