ladishd: don't create two vclients with same name
commit68049ee6cb9d9109c9fb235345d54e500c384036
authorNedko Arnaudov <nedko@arnaudov.name>
Thu, 2 Dec 2010 03:40:21 +0000 (2 05:40 +0200)
committerNedko Arnaudov <nedko@arnaudov.name>
Thu, 2 Dec 2010 03:40:28 +0000 (2 05:40 +0200)
treee31d41a494c3033bcf3adb72ba291da58eab17c2
parentff8348650ab13cd736fb6ce92ca6e552d7b5c955
ladishd: don't create two vclients with same name

If the app first creates alsa (a2j) port, the created vclient is
not intrelinked because there is no jack client to interlink.
When the first jack port appears, because the jack client has
no interlinked client, a new vclient with same name was created.

This changeset implements a search by app uuid before new vclient
is created.
daemon/virtualizer.c