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

Commit 37a1f2a

Browse files
author
Sebastien Guiriec
committed
tinyalsa: Fix tinyalsa plugin build issue for Android.
TinyAlsa part of ALSA plugin was not compiling on Upstream version for Android integration. This patch is fixing the compilation issue. It has been tested under Android IA tree. Signed-off-by: Sebastien Guiriec <[email protected]>
1 parent e92777e commit 37a1f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinyalsa/TinyAlsaSubsystemBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern "C"
3939
* It will then create an TinyAMixer Subsystem
4040
*/
4141
void PARAMETER_FRAMEWORK_PLUGIN_ENTRYPOINT_V1(CSubsystemLibrary *subsystemLibrary,
42-
core::log::Logger&)
42+
core::log::Logger& logger)
4343
{
4444
subsystemLibrary->addElementBuilder(
4545
"ALSA", new TLoggingElementBuilderTemplate<TinyAlsaSubsystem>(logger));

0 commit comments

Comments
 (0)