From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S36zz-0007c2-1W for qemu-devel@nongnu.org; Thu, 01 Mar 2012 09:29:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S36zi-0005l0-K5 for qemu-devel@nongnu.org; Thu, 01 Mar 2012 09:28:50 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:54309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S36zi-0005kI-9g for qemu-devel@nongnu.org; Thu, 01 Mar 2012 09:28:34 -0500 Received: by eeit10 with SMTP id t10so272279eei.4 for ; Thu, 01 Mar 2012 06:28:31 -0800 (PST) From: "=?UTF-8?q?Marc-Andr=C3=A9=20Lureau?=" Date: Thu, 1 Mar 2012 15:27:56 +0100 Message-Id: <1330612087-1882-1-git-send-email-marcandre.lureau@redhat.com> In-Reply-To: <1316621468-32171-1-git-send-email-marcandre.lureau@redhat.com> References: <1316621468-32171-1-git-send-email-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 00/11] apply volume on client side List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , kraxel@redhat.com Hi, This patch series was sent back in September, and reviewed by Gerd Hoffmann, who pointed out a few nitpicks in the build warnings. cheers Marc-André Lureau (11): audio: add VOICE_VOLUME ctl audio: don't apply volume effect if backend has VOICE_VOLUME_CAP audio: use a nominal volume of 1^32-1 hw/ac97: remove USE_MIXER code hw/ac97: the volume mask was not always 0x1f hw/ac97: new support for volume control audio/spice: add support for volume control Do not use pa_simple PulseAudio API configure: pa_simple is not needed anymore Allow controlling volume with PulseAudio backend Make mixemu mandatory audio/audio.c | 25 +++- audio/audio_int.h | 6 + audio/audio_template.h | 2 + audio/mixeng.c | 6 - audio/paaudio.c | 452 +++++++++++++++++++++++++++++++++++++++++++----- audio/spiceaudio.c | 41 +++++ configure | 14 +-- hw/ac97.c | 141 ++++++---------- hw/hda-audio.c | 4 - 9 files changed, 531 insertions(+), 160 deletions(-) -- 1.7.7.6