On Thu Sep 15 08:20:55 2022 +0000, Huw Davies wrote:
There shouldn't be a need for this. The device name string should be opaque to the client. What you should do is change `get_deviceid_by_guid()` to return the device name rather than the device id (and rename it to something like `get_device_by_guid()`). Again, see the alsa driver.
Right, missed that.