From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8mgm-0001pu-DZ for qemu-devel@nongnu.org; Tue, 15 Dec 2015 05:18:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8mgj-0001Ju-6W for qemu-devel@nongnu.org; Tue, 15 Dec 2015 05:18:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8mgj-0001Jd-1O for qemu-devel@nongnu.org; Tue, 15 Dec 2015 05:18:33 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 6A152A37BB for ; Tue, 15 Dec 2015 10:18:32 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 15 Dec 2015 11:18:23 +0100 Message-Id: <1450174708-20499-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/5] coreaudio: use new-in-OSX-10.6 APIs, cleanups. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Next in line: coreaudio modernization. Use newer APIs id possible, some cleanups. Builds fine on my linux box, so it must be good ;) please pull, Gerd The following changes since commit f05b42d3fd30bb9673cc1ac1ee8c2af8f669964e: Update version for v2.5.0-rc4 release (2015-12-11 16:37:55 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-audio-20151215-1 for you to fetch changes up to 2f79a18fdd6e8e75ab9bd4edc90a641ab730824d: audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIs (2015-12-15 11:08:12 +0100) ---------------------------------------------------------------- coreaudio: use new-in-OSX-10.6 APIs, cleanups. ---------------------------------------------------------------- Peter Maydell (5): audio/coreaudio.c: Factor out use of AudioHardwareGetProperty audio/coreaudio.c: Use new-in-OSX-10.6 API for getting default voice audio/coreaudio.c: Factor out uses of AudioDeviceGet/SetProperty audio/coreaudio.c: Use new-in-OSX-10.6 APIs when available audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIs audio/coreaudio.c | 314 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 252 insertions(+), 62 deletions(-)