enable audio mediator device model
Modify the Makefile to add the virtio_audio.c Signed-off-by: Zhu Yingjiang <yingjiang.zhu@linux.intel.com>
This commit is contained in:
parent
c82551999b
commit
f67951bf17
|
@ -83,6 +83,7 @@ SRCS += hw/pci/virtio/virtio_input.c
|
|||
SRCS += hw/pci/ahci.c
|
||||
SRCS += hw/pci/hostbridge.c
|
||||
SRCS += hw/pci/passthrough.c
|
||||
SRCS += hw/pci/virtio/virtio_audio.c
|
||||
SRCS += hw/pci/virtio/virtio_net.c
|
||||
SRCS += hw/pci/virtio/virtio_rnd.c
|
||||
SRCS += hw/pci/virtio/virtio_hyper_dmabuf.c
|
||||
|
|
Loading…
Reference in New Issue