diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-27 12:01:48 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-05-07 07:46:59 +0200 |
commit | 6033b9ecd4f6a26b78f44a94813e1e464f5b0549 (patch) | |
tree | 874bb237d433c319b1557b0409480200d395b653 /include/hw/audio | |
parent | 2df89d542000819f0dd45134e24174997aca214e (diff) | |
download | qemu-6033b9ecd4f6a26b78f44a94813e1e464f5b0549.zip qemu-6033b9ecd4f6a26b78f44a94813e1e464f5b0549.tar.gz qemu-6033b9ecd4f6a26b78f44a94813e1e464f5b0549.tar.bz2 |
pc: remove -soundhw pcspk
The pcspk device is the only user of the init_isa function, and the only
-soundhw option which does not create a new device (it hacks into the
PCSpkState by hand). Remove it, since it was deprecated.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/audio')
-rw-r--r-- | include/hw/audio/soundhw.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/audio/soundhw.h b/include/hw/audio/soundhw.h index f09a297..e68685fc 100644 --- a/include/hw/audio/soundhw.h +++ b/include/hw/audio/soundhw.h @@ -1,9 +1,6 @@ #ifndef HW_SOUNDHW_H #define HW_SOUNDHW_H -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)); void deprecated_register_soundhw(const char *name, const char *descr, |