mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
ASoC: Staticise ep93xx_ac97_dai
Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mika Westerberg <mika.westerberg@iki.fi> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
2e4891a5ec
commit
1c6927f872
@ -335,7 +335,7 @@ static struct snd_soc_dai_ops ep93xx_ac97_dai_ops = {
|
|||||||
.trigger = ep93xx_ac97_trigger,
|
.trigger = ep93xx_ac97_trigger,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct snd_soc_dai_driver ep93xx_ac97_dai = {
|
static struct snd_soc_dai_driver ep93xx_ac97_dai = {
|
||||||
.name = "ep93xx-ac97",
|
.name = "ep93xx-ac97",
|
||||||
.id = 0,
|
.id = 0,
|
||||||
.ac97_control = 1,
|
.ac97_control = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user