From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0SS0-0005Xa-A3 for qemu-devel@nongnu.org; Wed, 11 May 2016 07:37:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0SRu-0000Oa-5z for qemu-devel@nongnu.org; Wed, 11 May 2016 07:37:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0SRu-0000OL-0X for qemu-devel@nongnu.org; Wed, 11 May 2016 07:37:06 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7431A8E905 for ; Wed, 11 May 2016 11:37:05 +0000 (UTC) Message-ID: <1462966624.5679.37.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 11 May 2016 13:37:04 +0200 In-Reply-To: <78853815be2069971b89b3a2e3181837064dd8f3.1462962512.git.pkrempa@redhat.com> References: <78853815be2069971b89b3a2e3181837064dd8f3.1462962512.git.pkrempa@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] audio: pa: Set volume of recording stream instead of recording device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Krempa Cc: qemu-devel@nongnu.org On Mi, 2016-05-11 at 12:31 +0200, Peter Krempa wrote: > Since pulseaudio 1.0 it's possible to set the individual stream volume > rather than setting the device volume. With this, setting hardware > mixer > of a emulated sound card doesn't mess up the volume configuration of > the > host. >=20 > A side effect is that this limits compatible pulseaudio version to 1.0 > which was released on 2011-09-27. >=20 added to audio queue. thanks, Gerd