QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
625 B
18 lines
625 B
# Sound
|
|
common-obj-$(CONFIG_SB16) += sb16.o
|
|
common-obj-$(CONFIG_ES1370) += es1370.o
|
|
common-obj-$(CONFIG_AC97) += ac97.o
|
|
common-obj-$(CONFIG_ADLIB) += fmopl.o adlib.o
|
|
common-obj-$(CONFIG_GUS) += gus.o gusemu_hal.o gusemu_mixer.o
|
|
common-obj-$(CONFIG_CS4231A) += cs4231a.o
|
|
common-obj-$(CONFIG_HDA) += intel-hda.o hda-codec.o
|
|
|
|
common-obj-$(CONFIG_PCSPK) += pcspk.o
|
|
common-obj-$(CONFIG_WM8750) += wm8750.o
|
|
common-obj-$(CONFIG_PL041) += pl041.o lm4549.o
|
|
|
|
common-obj-$(CONFIG_CS4231) += cs4231.o
|
|
common-obj-$(CONFIG_MARVELL_88W8618) += marvell_88w8618.o
|
|
common-obj-$(CONFIG_MILKYMIST) += milkymist-ac97.o
|
|
|
|
common-obj-y += soundhw.o
|
|
|