mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/audio: generalize audio_model.init()
It is no longer PCI bus only. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#define HW_AUDIO_MODEL_H
|
||||
|
||||
void audio_register_model_with_cb(const char *name, const char *descr,
|
||||
int (*init_pci)(PCIBus *bus, const char *audiodev));
|
||||
void (*init_audio_model)(const char *audiodev));
|
||||
void audio_register_model(const char *name, const char *descr,
|
||||
int isa, const char *typename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user