qemu-patch-raspberry4/include/hw/audio/audio.h
Paolo Bonzini 36cd6f6f20 audio: remove the need for audio card CONFIG_* symbols
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1366303444-24620-3-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-04-29 12:16:36 -05:00

11 lines
296 B
C

#ifndef HW_AUDIODEV_H
#define HW_AUDIODEV_H 1
void isa_register_soundhw(const char *name, const char *descr,
int (*init_isa)(ISABus *bus));
void pci_register_soundhw(const char *name, const char *descr,
int (*init_pci)(PCIBus *bus));
#endif