Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

tinyalsa: Fix tinyalsa plugin build issue for Android. #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tinyalsa/TinyAlsaSubsystemBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern "C"
* It will then create an TinyAMixer Subsystem
*/
void PARAMETER_FRAMEWORK_PLUGIN_ENTRYPOINT_V1(CSubsystemLibrary *subsystemLibrary,
core::log::Logger&)
core::log::Logger& logger)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coding rule: space before & and not after ;-)

{
subsystemLibrary->addElementBuilder(
"ALSA", new TLoggingElementBuilderTemplate<TinyAlsaSubsystem>(logger));
Expand Down