OSDN Git Service

audio: paaudio: fix connection and stream name
authorKővágó, Zoltán <dirty.ice.hu@gmail.com>
Tue, 10 Sep 2019 23:26:19 +0000 (01:26 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 18 Oct 2019 05:50:53 +0000 (07:50 +0200)
commit3443ad4ed699b239efb27f2eb00a54083b081346
tree679a4b823714b67ef9d1f82e977164faf29a8109
parentd1670b20dc007c17760b076c0475eedb3d20f270
audio: paaudio: fix connection and stream name

Connection name was previously erroneously set to the server socket
path, while connection names were simply "qemu".  After this patch, the
connection name will be the vm name (falling back to "qemu" if not
specified), while stream names will be the audiodev's id.

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