]> git.ipfire.org Git - thirdparty/qemu.git/commit
paaudio: prepare for multiple audiodev
authorKővágó, Zoltán <dirty.ice.hu@gmail.com>
Sun, 18 Aug 2019 23:06:50 +0000 (01:06 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 21 Aug 2019 07:13:37 +0000 (09:13 +0200)
commit9d34e6d8a1a1db44d882cc307a0e6ebb7a406e28
tree7b58b905eff1736c508ea0846a1f55e4fb5c20a2
parent88e47b9a450f6dabc3429a4d2c421408b07d22bb
paaudio: prepare for multiple audiodev

Have a pool of refcounted connections per server, so if the user creates
multiple audiodevs to the same pa server, it will use a single connection.  (It
will still create different streams, so the user can manage those streams
separately in pulseaudio.)

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Message-id: d43218f327c62cdbd16ea0c922612025fbc4805e.1566168923.git.DirtY.iCE.hu@gmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/paaudio.c