In default alsa.xml, the gateway's source (sink) is not visible, but in the code:
if ((info.srcClsNam.length() != 0) && (source.visible == true))
{
peekSourceClassID(info.srcClsNam, source.sourceClassID);
}
when the source is visible, then it has source class id which must be used in registering source.
how to fix this?
make the gateway source visible or modify source code?