mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
lm32: add Milkymist AC97 support
This patch adds support for the Milkymist AC97 compatible sound output and input core. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
449aa4a491
commit
25a8bb96f4
4 changed files with 351 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -3350,6 +3350,9 @@ if test "$target_softmmu" = "yes" ; then
|
|||
arm)
|
||||
cflags="-DHAS_AUDIO $cflags"
|
||||
;;
|
||||
lm32)
|
||||
cflags="-DHAS_AUDIO $cflags"
|
||||
;;
|
||||
i386|mips|ppc)
|
||||
cflags="-DHAS_AUDIO -DHAS_AUDIO_CHOICE $cflags"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue