]> git.proxmox.com Git - mirror_qemu.git/commit
audio/coreaudio.c: Use new-in-OSX-10.6 APIs when available
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 28 Nov 2015 21:55:23 +0000 (21:55 +0000)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Dec 2015 10:08:12 +0000 (11:08 +0100)
commit2d99f6299bb98e4e87aa71996a44439f2c62969d
tree390992c1a25d77a5295fe9ff2455a0f78a5975db
parent95a860f62e185d4100e980d43d348482a6419514
audio/coreaudio.c: Use new-in-OSX-10.6 APIs when available

Use the new-in-OSX 10.6 API AudioObjectGetPropertyData() instead
of the deprecated AudioDeviceGetProperty() and AudioDeviceSetProperty()
functions when possible.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1448747724-15572-5-git-send-email-peter.maydell@linaro.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/coreaudio.c