mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
ASoC: Staticise WM9712 DAI list
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
parent
5ab230a768
commit
0daaf7e896
@ -524,7 +524,7 @@ static struct snd_soc_dai_ops wm9712_dai_ops_aux = {
|
||||
.prepare = ac97_aux_prepare,
|
||||
};
|
||||
|
||||
struct snd_soc_dai_driver wm9712_dai[] = {
|
||||
static struct snd_soc_dai_driver wm9712_dai[] = {
|
||||
{
|
||||
.name = "wm9712-hifi",
|
||||
.ac97_control = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user