diff options
Diffstat (limited to 'vl.c')
| -rw-r--r-- | vl.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vl.c b/vl.c index 4875519df7..8cbcd38c21 100644 --- a/vl.c +++ b/vl.c @@ -7990,6 +7990,16 @@ struct soundhw soundhw[] = { }, #endif +#ifdef CONFIG_AC97 + { + "ac97", + "Intel 82801AA AC97 Audio", + 0, + 0, + { .init_pci = ac97_init } + }, +#endif + { "es1370", "ENSONIQ AudioPCI ES1370", |