mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-18 06:46:28 -04:00
alsa-seq: add : between client and port name
The separator is important for applications to find the client name and group ports. Fixes #5229
This commit is contained in:
parent
b0f719edd4
commit
e0697f52c3
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ static void emit_port_info(struct seq_state *this, struct seq_port *port, bool f
|
||||||
if (spa_strstartswith(pn, client_name))
|
if (spa_strstartswith(pn, client_name))
|
||||||
pn += strlen(client_name);
|
pn += strlen(client_name);
|
||||||
|
|
||||||
snprintf(name, sizeof(name), "%s%s%s (%s)", prefix,
|
snprintf(name, sizeof(name), "%s%s:%s (%s)", prefix,
|
||||||
client_name, pn, dir);
|
client_name, pn, dir);
|
||||||
clean_name(name);
|
clean_name(name);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue