-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem about default alsa.xml in PluginRoutingAdapterAlsa #37
Comments
Short answer - the controller need to register a source class with ID=1 at database. REASON: CLASS ID Ownership: PSS: |
@JensLorenz I use GenericController, But it seems can't specify class id in config xml. |
I checked the code and at the end if feels like an inconsistency between ALSA Routing Adapter and Generic Controller. Currently the controller is not able to register a specific id at all. Therefore, try to remove the visibility check you provided in the code snippet of ALSA Routing Adapter. |
In default
alsa.xml
, the gateway's source (sink) is not visible, but in the code: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?
The text was updated successfully, but these errors were encountered: