audio/sdlaudio: Remove the semaphore code
commit8a7816c4ac13e6ba61de2be1e4e93ed71bc26266
authorThomas Huth <thuth@redhat.com>
Tue, 5 Feb 2019 03:08:20 +0000 (5 04:08 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 28 Feb 2019 09:30:08 +0000 (28 10:30 +0100)
tree39b0c47b04b24b01da69a4a24421c48a7e12348c
parent7183834a29fbaf422a62cfbe166b719393fafa67
audio/sdlaudio: Remove the semaphore code

The semaphore code was only working with SDL1.2 - with SDL2, it causes
a deadlock. Since we've removed support for SDL1.2 recently, we can
now completely remove the semaphore code from sdlaudio.c.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 1549336101-17623-2-git-send-email-thuth@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/sdlaudio.c