Skip to content

problem about default alsa.xml in PluginRoutingAdapterAlsa #37

@chengyi

Description

@chengyi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions