]> git.proxmox.com Git - mirror_qemu.git/commit
Revert "audio: fix pc speaker init"
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 28 Mar 2019 07:11:21 +0000 (08:11 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 1 Apr 2019 06:53:40 +0000 (08:53 +0200)
commit28605a22f564860c885bde42ad91840e9aacec45
tree2483446eae53968d39758e0bb396829da0833fc5
parent230ce19814ecc6bff8edac3b5b86e7c82f422c6c
Revert "audio: fix pc speaker init"

This reverts commit bd56d378842c238c8901536c06c20a4a51ee9761.

Turned out it isn't that simple as the device needs the pit object link.
So "-device isa-pcspk" isn't going wo work anyway.  We are in freeze, so
just reverting the thing is the best way to handle this for now, trying
to come up with something better can be done in the 4.1 devel cycle.

Also add a comment noting the object link.

Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20190328071121.21147-1-kraxel@redhat.com
hw/audio/pcspk.c